Information about plays

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

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

{
    "id": 343512,
    "uri": "https://api.kexp.org/v2/plays/343512/?format=api",
    "airdate": "2019-06-19T15:15:00-07:00",
    "show": 5726,
    "show_uri": "https://api.kexp.org/v2/shows/5726/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Change Is Gonna Come",
    "track_id": "8c74754b-a47e-47af-b279-9ee705ecb084",
    "recording_id": null,
    "artist": "Sam Cooke",
    "artist_ids": [
        "6c8fd0be-d961-454c-aee0-4366a6dbc993"
    ],
    "album": "Ain’t That Good News",
    "release_id": "21c8d95b-e6bc-45fc-8f85-b7d05d327950",
    "release_group_id": null,
    "labels": [
        "ABKCO"
    ],
    "label_ids": [],
    "release_date": "1964-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tune in tonight for special Juneteenth programming from DJ's Riz and Gabriel Teodros.  https://www.kexp.org/read/2019/6/19/the-spirit-of-juneteenth-a-kexp-video-roundup/?t=1560978702701",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}