Information about plays

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

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

{
    "id": 2677007,
    "uri": "https://api.kexp.org/v2/plays/2677007/?format=api",
    "airdate": "2019-12-23T04:33:00-08:00",
    "show": 46208,
    "show_uri": "https://api.kexp.org/v2/shows/46208/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "¿Dónde Está Santa Claus? (Where Is Santa Claus?)",
    "track_id": "ba646ca1-bbe8-437d-86bd-c8cc61a017e4",
    "recording_id": null,
    "artist": "Augie Rios",
    "artist_ids": [
        "03a62df3-6ca1-4edc-9daa-cf6cae086f3c"
    ],
    "album": "¿Dónde Está Santa Claus? (Where Is Santa Claus?)/Ol' Fatso",
    "release_id": "77c7f1c6-ca0e-43be-b525-b3980f180514",
    "release_group_id": null,
    "labels": [
        "Metro"
    ],
    "label_ids": [
        "9f40de70-3a33-4ca2-a0b9-f35eded31696"
    ],
    "release_date": "1958-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}