Information about plays

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

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

{
    "id": 348239,
    "uri": "https://api.kexp.org/v2/plays/348239/?format=api",
    "airdate": "2019-06-30T12:47:53-07:00",
    "show": 5804,
    "show_uri": "https://api.kexp.org/v2/shows/5804/?format=api",
    "image_uri": "http://coverartarchive.org/release/a2ca0f9d-e2cb-4cb2-923a-feabce21156f/17246839088-250.jpg",
    "thumbnail_uri": "",
    "song": "When In Heaven",
    "track_id": "2d6999e1-7b96-3b10-8f42-6584ec8039e2",
    "recording_id": null,
    "artist": "Kitchens of Distinction",
    "artist_ids": [
        "edffc348-5d61-4782-ac0b-8cb698810fbe"
    ],
    "album": "The Death of Cool",
    "release_id": "a2ca0f9d-e2cb-4cb2-923a-feabce21156f",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1992-08-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Album title was named in honor of the passing of Miles Davis.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}