Information about plays

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

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

{
    "id": 355722,
    "uri": "https://api.kexp.org/v2/plays/355722/?format=api",
    "airdate": "2019-07-17T20:46:54-07:00",
    "show": 5927,
    "show_uri": "https://api.kexp.org/v2/shows/5927/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Last Night I Had a Dream",
    "track_id": "b058fb91-053f-3f09-97ab-90f8dfb97439",
    "recording_id": null,
    "artist": "Randy Newman",
    "artist_ids": [
        "da7bb7d8-557d-4635-9ca1-e6e985525bd5"
    ],
    "album": "Sail Away",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1972-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Opened his 2017 Tiny Desk Concert with a song called “Putin”: https://www.youtube.com/watch?v=1wFWR5qCB2k ; https://www.facebook.com/RandyNewman ; http://randynewman.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}