Information about plays

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

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

{
    "id": 353096,
    "uri": "https://api.kexp.org/v2/plays/353096/?format=api",
    "airdate": "2019-07-11T16:15:40-07:00",
    "show": 5882,
    "show_uri": "https://api.kexp.org/v2/shows/5882/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rebound City",
    "track_id": "914ac503-fa89-442e-a77c-5f3f09d2889b",
    "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": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Rebound City' is a single off of Bleached's new album \"Don't You Think You've Had Enough\" which drops tomorrow! You can catch them October 7th at The Crocodile!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}