Information about plays

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

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

{
    "id": 347922,
    "uri": "https://api.kexp.org/v2/plays/347922/?format=api",
    "airdate": "2019-06-29T18:19:16-07:00",
    "show": 5797,
    "show_uri": "https://api.kexp.org/v2/shows/5797/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Boogie.503",
    "track_id": "6250243b-d29f-43ee-8ccf-bf1c11c3b8f3",
    "recording_id": null,
    "artist": "Chanti Darling",
    "artist_ids": [
        "638a2cab-f652-4194-92d4-3dcda131020e"
    ],
    "album": "RNB, Vol. 1",
    "release_id": "a8b9c488-3e9c-48e7-8d43-7362af84d308",
    "release_group_id": null,
    "labels": [
        "Tender Loving Empire"
    ],
    "label_ids": [
        "6708195c-ef0d-4d2e-a8b3-cba72670f17c"
    ],
    "release_date": "2018-08-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}