Information about plays

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

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

{
    "id": 345777,
    "uri": "https://api.kexp.org/v2/plays/345777/?format=api",
    "airdate": "2019-06-25T03:15:29-07:00",
    "show": 5766,
    "show_uri": "https://api.kexp.org/v2/shows/5766/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Terminal Paradise",
    "track_id": "c0242e64-1801-4da7-81cf-4a46ace7312a",
    "recording_id": null,
    "artist": "Big Thief",
    "artist_ids": [
        "9f81247f-7f57-42f3-a8ba-75bef554e591"
    ],
    "album": "U.F.O.F.",
    "release_id": "3bac0f33-a076-4c61-bac9-b1e2150b4300",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Saturday, October 26th at the Moore Theatre with Palehound! - https://bigthief.bandcamp.com/album/u-f-o-f",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}