Information about plays

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

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

{
    "id": 350127,
    "uri": "https://api.kexp.org/v2/plays/350127/?format=api",
    "airdate": "2019-07-04T18:10:00-07:00",
    "show": 5831,
    "show_uri": "https://api.kexp.org/v2/shows/5831/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I’ll Go on Alone",
    "track_id": "f4bb24d7-b0e0-443b-ad19-05eece865cc1",
    "recording_id": null,
    "artist": "Marty Robbins",
    "artist_ids": [
        "2c2add7c-9a99-4812-a20e-870d331f01fd"
    ],
    "album": "The Essential Marty Robbins: 1951–1982",
    "release_id": "62413a09-1fd9-497b-afb7-0f06a5500e16",
    "release_group_id": null,
    "labels": [
        "Legacy"
    ],
    "label_ids": [],
    "release_date": "1991-10-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}