Information about plays

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

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

{
    "id": 376427,
    "uri": "https://api.kexp.org/v2/plays/376427/?format=api",
    "airdate": "2019-09-04T07:04:09-07:00",
    "show": 6266,
    "show_uri": "https://api.kexp.org/v2/shows/6266/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heartbeat Away",
    "track_id": "1c29733c-b622-461d-b8bb-b0ea25c2b180",
    "recording_id": null,
    "artist": "Bleached",
    "artist_ids": [
        "7081867c-8870-4f44-ae04-f345f6edcd64"
    ],
    "album": "Don’t You Think You’ve Had Enough?",
    "release_id": "9d9dc917-b490-4e37-8c79-1c3bf68bfd58",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bleached plays The Crocodile on Monday, October 7th - with Dude York and The Fabulous Downey Brothers! - https://www.thecrocodile.com/e/bleached-61071021068/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}