Information about plays

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

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

{
    "id": 378024,
    "uri": "https://api.kexp.org/v2/plays/378024/?format=api",
    "airdate": "2019-09-07T17:12:35-07:00",
    "show": 6290,
    "show_uri": "https://api.kexp.org/v2/shows/6290/?format=api",
    "image_uri": "http://coverartarchive.org/release/75f5d72b-b93f-4b59-9047-2e5e44900fa9/3405865077-250.jpg",
    "thumbnail_uri": "",
    "song": "Give Me Back My Man",
    "track_id": "edd717c6-928c-33db-a2ba-40788ea5c8f2",
    "recording_id": null,
    "artist": "The B‐52s",
    "artist_ids": [
        "127f591a-7e27-4435-92db-0780f219f3a1"
    ],
    "album": "Nude on the Moon: The B‐52’s Anthology",
    "release_id": "75f5d72b-b93f-4b59-9047-2e5e44900fa9",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2002-01-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.theb52s.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}