Information about plays

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

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

{
    "id": 2678435,
    "uri": "https://api.kexp.org/v2/plays/2678435/?format=api",
    "airdate": "2019-12-26T16:16:26-08:00",
    "show": 46228,
    "show_uri": "https://api.kexp.org/v2/shows/46228/?format=api",
    "image_uri": "https://coverartarchive.org/release/be8fe876-932e-4922-a9b8-3003bce432e9/2429090377-250.jpg",
    "thumbnail_uri": "",
    "song": "Passage",
    "track_id": "113a5a71-e9bd-3199-bee0-2ef022983986",
    "recording_id": null,
    "artist": "Exitmusic",
    "artist_ids": [
        "5b5ea48e-bf2a-45bc-ad3f-b8d0509903e8"
    ],
    "album": "Passage",
    "release_id": "be8fe876-932e-4922-a9b8-3003bce432e9",
    "release_group_id": null,
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2012-05-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch them live on KEXP: https://www.youtube.com/watch?v=McEr8p6TKOk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}