Information about plays

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

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

{
    "id": 345967,
    "uri": "https://api.kexp.org/v2/plays/345967/?format=api",
    "airdate": "2019-06-25T13:07:27-07:00",
    "show": 5768,
    "show_uri": "https://api.kexp.org/v2/shows/5768/?format=api",
    "image_uri": "http://coverartarchive.org/release/76b000f5-0653-4346-a1e3-c62f1052471d/3975790862-250.jpg",
    "thumbnail_uri": "",
    "song": "Thousand Year Old Child",
    "track_id": "6caaf52a-0438-4145-a998-87b61f2a5e3d",
    "recording_id": null,
    "artist": "Pure X",
    "artist_ids": [
        "055c7b6e-8dc9-46f1-a8c0-cc868266306c"
    ],
    "album": "Crawling Up the Stairs",
    "release_id": "76b000f5-0653-4346-a1e3-c62f1052471d",
    "release_group_id": null,
    "labels": [
        "Acéphale"
    ],
    "label_ids": [
        "ac40531c-4143-4228-9c81-2005fe17eaa3"
    ],
    "release_date": "2013-05-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The video for \"Thousand Year Old Child\" features the dramatic face of Bob Olson:  https://www.youtube.com/watch?v=PhFl3Mr66Dk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}