Information about plays

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

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

{
    "id": 374227,
    "uri": "https://api.kexp.org/v2/plays/374227/?format=api",
    "airdate": "2019-08-29T23:58:48-07:00",
    "show": 6227,
    "show_uri": "https://api.kexp.org/v2/shows/6227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "As I've Heard",
    "track_id": "f0238fb8-208d-49c9-bcb2-5d6e63173c9e",
    "recording_id": null,
    "artist": "Bryony Jarman-Pinto",
    "artist_ids": [
        "49a4d0b3-6bc2-476d-af89-37856da250c3"
    ],
    "album": "Cage & Aviary",
    "release_id": "ee8cd5fe-c2a1-4398-9980-cf4825455e56",
    "release_group_id": null,
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [
        "095a742b-c292-43e2-b10d-e93e46c446db"
    ],
    "release_date": "2019-08-16",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "London's Bryony Jarman-Pinto explores R&B, jazz, and Afropop in exhilarating fashion to create her unforgettable debut, with Cage and Aviary https://bryonyjarman-pinto.bandcamp.com/album/cage-aviary",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}