Information about plays

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

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

{
    "id": 349781,
    "uri": "https://api.kexp.org/v2/plays/349781/?format=api",
    "airdate": "2019-07-03T22:51:25-07:00",
    "show": 5826,
    "show_uri": "https://api.kexp.org/v2/shows/5826/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Going Back to My Roots",
    "track_id": "2462103f-625a-35b6-97f7-3ae76ae915f7",
    "recording_id": null,
    "artist": "Lamont Dozier",
    "artist_ids": [
        "b801e3ad-a23a-4ae8-9708-6c02a202e9e1"
    ],
    "album": "Peddlin' Music on the Side",
    "release_id": "41b4e0d5-a105-41b4-b74b-4c13277d6831",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}