Information about plays

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

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

{
    "id": 377204,
    "uri": "https://api.kexp.org/v2/plays/377204/?format=api",
    "airdate": "2019-09-05T21:17:25-07:00",
    "show": 6276,
    "show_uri": "https://api.kexp.org/v2/shows/6276/?format=api",
    "image_uri": "http://coverartarchive.org/release/3972e827-8d07-4831-9d21-5b7fc28e43f8/15678376881-250.jpg",
    "thumbnail_uri": "",
    "song": "Miss You",
    "track_id": "f8578b50-1921-4480-8494-8ed1ed392665",
    "recording_id": null,
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Some Girls (deluxe version)",
    "release_id": "3972e827-8d07-4831-9d21-5b7fc28e43f8",
    "release_group_id": null,
    "labels": [
        "Universal Republic Records"
    ],
    "label_ids": [
        "8f23c520-d702-4621-88fa-ac66ae15e573"
    ],
    "release_date": "2011-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The same day they recorded this track, The Stones came up with the idea for \"Start Me Up.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}