Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/2679049/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 2679049,
    "uri": "https://api.kexp.org/v2/plays/2679049/?format=api",
    "airdate": "2019-12-28T05:11:50-08:00",
    "show": 46237,
    "show_uri": "https://api.kexp.org/v2/shows/46237/?format=api",
    "image_uri": "https://coverartarchive.org/release/97cb6e0a-0daf-42b2-b3e5-984e9f0ff3b8/3624567942-250.jpg",
    "thumbnail_uri": "",
    "song": "Sing to the Moon",
    "track_id": "58e39bba-de05-3bfd-bc85-e27b99f0d238",
    "recording_id": null,
    "artist": "Laura Mvula",
    "artist_ids": [
        "37d067eb-495e-4888-ad97-4b5708ffd3a9"
    ],
    "album": "Sing to the Moon",
    "release_id": "97cb6e0a-0daf-42b2-b3e5-984e9f0ff3b8",
    "release_group_id": null,
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "2013-03-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}