Information about plays

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

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

{
    "id": 348656,
    "uri": "https://api.kexp.org/v2/plays/348656/?format=api",
    "airdate": "2019-07-01T14:12:36-07:00",
    "show": 5812,
    "show_uri": "https://api.kexp.org/v2/shows/5812/?format=api",
    "image_uri": "http://coverartarchive.org/release/21894d5f-6bb1-4b1e-98fe-4df6d619c9ea/22129853624-250.jpg",
    "thumbnail_uri": "",
    "song": "Terrified",
    "track_id": "19d92aa6-0ae9-4aee-b341-347756a5f132",
    "recording_id": null,
    "artist": "Tamaryn",
    "artist_ids": [
        "ec0b5da9-c023-45b7-b5ac-f53657a42938"
    ],
    "album": "Dreaming the Dark",
    "release_id": "21894d5f-6bb1-4b1e-98fe-4df6d619c9ea",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this awesome in studio with NZ singer and songwriter, Tamaryn. https://www.youtube.com/watch?v=MosFpBJk3OQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}