Information about plays

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

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

{
    "id": 381275,
    "uri": "https://api.kexp.org/v2/plays/381275/?format=api",
    "airdate": "2019-09-15T15:57:54-07:00",
    "show": 6347,
    "show_uri": "https://api.kexp.org/v2/shows/6347/?format=api",
    "image_uri": "http://coverartarchive.org/release/3b80b286-32e7-40ac-b047-763ad18afb54/21747876120-250.jpg",
    "thumbnail_uri": "",
    "song": "Pass the Hours",
    "track_id": "f40e7106-e1ad-4396-9f7a-a44ed7ba7ebc",
    "recording_id": null,
    "artist": "MorMor",
    "artist_ids": [
        "8c92e1b3-727b-49de-b624-28e09c345ff8"
    ],
    "album": "Pass the Hours",
    "release_id": "3b80b286-32e7-40ac-b047-763ad18afb54",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-12-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mormor's \"Outside\" was Cheryl Waters' song of the day back on May 8\n\nhttps://www.kexp.org/podcasts/song-of-the-day/2019/5/8/mormor-outside/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}