Information about plays

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

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

{
    "id": 372979,
    "uri": "https://api.kexp.org/v2/plays/372979/?format=api",
    "airdate": "2019-08-27T12:29:37-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Line of Fire",
    "track_id": "7fbbfde1-a12b-3836-851a-95064fdd1984",
    "recording_id": null,
    "artist": "Junip",
    "artist_ids": [
        "fb2df245-81b0-4a2b-9d01-e0955ba68be7"
    ],
    "album": "Junip",
    "release_id": "dc31a58d-d5d8-4e6f-9383-899a54255e1b",
    "release_group_id": null,
    "labels": [
        "Mute Corporation"
    ],
    "label_ids": [
        "68523539-169d-481a-984d-8cc997fb6ea2"
    ],
    "release_date": "2013-04-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thank you, Ada, for this playlist that takes you back to that DJ booth at 4:00 a.m. during your freshman year. Cheryl Waters selected Junip's \"Line of Fire\" as a KEXP Song of the Day: https://www.kexp.org/read/2013/2/7/song-of-the-day-junip-line-of-fire/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}