Information about plays

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

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

{
    "id": 369730,
    "uri": "https://api.kexp.org/v2/plays/369730/?format=api",
    "airdate": "2019-08-20T04:18:00-07:00",
    "show": 6164,
    "show_uri": "https://api.kexp.org/v2/shows/6164/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Romeo and the Lonely Girl",
    "track_id": "f31c1e15-d130-409d-b5b1-148aaeed2925",
    "recording_id": null,
    "artist": "Thin Lizzy",
    "artist_ids": [
        "6a726ac6-019e-455c-8bbb-571a77bed52e"
    ],
    "album": "Jailbreak",
    "release_id": "935a9dc5-8368-46f6-b9c5-82e61f05170c",
    "release_group_id": null,
    "labels": [
        "Vertigo"
    ],
    "label_ids": [],
    "release_date": "1976-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Phil Lynott, lead singer & bass player of Thin Lizzy, was born on this day in 1949. He passed away in 1986. https://www.thinlizzyband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}