Information about plays

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

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

{
    "id": 366276,
    "uri": "https://api.kexp.org/v2/plays/366276/?format=api",
    "airdate": "2019-08-12T06:28:13-07:00",
    "show": 6110,
    "show_uri": "https://api.kexp.org/v2/shows/6110/?format=api",
    "image_uri": "http://coverartarchive.org/release/9880316b-c5ba-46ad-8b13-8efde52a959a/10235196560-250.jpg",
    "thumbnail_uri": "",
    "song": "Beat Primal",
    "track_id": "7f0c6f21-b556-4752-81c5-1b36cfd7bac6",
    "recording_id": null,
    "artist": "Other Lives",
    "artist_ids": [
        "69ce32a2-dbb1-42c2-98fc-2fbf896ef861"
    ],
    "album": "Rituals",
    "release_id": "9880316b-c5ba-46ad-8b13-8efde52a959a",
    "release_group_id": null,
    "labels": [
        "TBD Records"
    ],
    "label_ids": [
        "9b9655c8-30ec-4087-921d-87257e612d7b"
    ],
    "release_date": "2015-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "To check out the live in-studio performance that Other Lives did here at KEXP, head over to our YouTube channel: https://www.youtube.com/watch?v=Zgv5uTBjNdA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}