Information about plays

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

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

{
    "id": 348648,
    "uri": "https://api.kexp.org/v2/plays/348648/?format=api",
    "airdate": "2019-07-01T13:40:09-07:00",
    "show": 5811,
    "show_uri": "https://api.kexp.org/v2/shows/5811/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Human Highway",
    "track_id": "7f1b50da-09a2-3d31-b325-e39f68ff81c4",
    "recording_id": null,
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "Comes a Time",
    "release_id": "23dec9c0-9cf5-36e7-86a5-fe59dfa78b22",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born November 12, 1945 in Toronto, ON. https://neilyoungarchives.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}