Information about plays

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

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

{
    "id": 376523,
    "uri": "https://api.kexp.org/v2/plays/376523/?format=api",
    "airdate": "2019-09-04T12:32:43-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Like Birds",
    "track_id": "8a79490b-7ad9-4992-8020-4dbff23e9ab3",
    "recording_id": null,
    "artist": "EELS",
    "artist_ids": [
        "14387b0f-765c-4852-852f-135335790466"
    ],
    "album": "Daisies of the Galaxy",
    "release_id": "ada01f67-b1dd-441e-aa5b-ab82513c889c",
    "release_group_id": null,
    "labels": [
        "DreamWorks Records"
    ],
    "label_ids": [
        "d4751e8e-aa7f-4670-b8a3-4a861bcffa0d"
    ],
    "release_date": "2000-03-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Eels performed live in the KEXP studio in June 2014. Watch it here: https://www.youtube.com/watch?v=QR0sBT6Mgt4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}