Information about plays

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

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

{
    "id": 2670884,
    "uri": "https://api.kexp.org/v2/plays/2670884/?format=api",
    "airdate": "2019-12-09T07:18:51-08:00",
    "show": 46109,
    "show_uri": "https://api.kexp.org/v2/shows/46109/?format=api",
    "image_uri": "https://coverartarchive.org/release/14dcf107-bbee-4800-b22c-e756321dfc1c/15544218840-250.jpg",
    "thumbnail_uri": "",
    "song": "The Day Is Coming",
    "track_id": "f773c07f-2b7f-3412-b2fe-8b4f07d2d8be",
    "recording_id": null,
    "artist": "My Morning Jacket",
    "artist_ids": [
        "ea5883b7-68ce-48b3-b115-61746ea53b8c"
    ],
    "album": "Circuital",
    "release_id": "14dcf107-bbee-4800-b22c-e756321dfc1c",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2011-05-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}