Information about plays

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

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

{
    "id": 350774,
    "uri": "https://api.kexp.org/v2/plays/350774/?format=api",
    "airdate": "2019-07-06T06:42:00-07:00",
    "show": 5841,
    "show_uri": "https://api.kexp.org/v2/shows/5841/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Banshee",
    "track_id": "c628eac1-b8b2-309b-8233-52500cc4e5e2",
    "recording_id": null,
    "artist": "Kendra Morris",
    "artist_ids": [
        "3d970002-2200-4e0b-81c3-7c14a1ef1308"
    ],
    "album": "Banshee",
    "release_id": "639485bf-9a1d-49bf-91f3-5252a7b080ce",
    "release_group_id": null,
    "labels": [
        "Wax Poetics Records"
    ],
    "label_ids": [
        "1b055d9c-8875-4e54-b9f9-4894998a8117"
    ],
    "release_date": "2013-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}