Information about plays

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

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

{
    "id": 382627,
    "uri": "https://api.kexp.org/v2/plays/382627/?format=api",
    "airdate": "2019-09-18T19:05:22-07:00",
    "show": 6367,
    "show_uri": "https://api.kexp.org/v2/shows/6367/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "On the Run",
    "track_id": "a101dc83-20fe-3b77-87eb-33e0d6e33a20",
    "recording_id": null,
    "artist": "Link Wray",
    "artist_ids": [
        "1c1c86a2-7850-47ac-8771-ae6359bae2b7"
    ],
    "album": "Wray's Three Track Shack",
    "release_id": "1b697cce-481d-430c-a391-7f56e29a00ef",
    "release_group_id": null,
    "labels": [
        "Ace"
    ],
    "label_ids": [],
    "release_date": "2005-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This tune originally from the 1972 album Mordicai Jones ; Link Wray is featured in the award-winning film \"Rumble: The Indians Who Rocked the World\": https://www.rumblethemovie.com ; http://www.linkwray.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}