Information about plays

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

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

{
    "id": 379908,
    "uri": "https://api.kexp.org/v2/plays/379908/?format=api",
    "airdate": "2019-09-12T07:25:01-07:00",
    "show": 6322,
    "show_uri": "https://api.kexp.org/v2/shows/6322/?format=api",
    "image_uri": "http://coverartarchive.org/release/759cc88f-c968-3aef-bdda-bf4101ad5a70/8011623480-250.jpg",
    "thumbnail_uri": "",
    "song": "Man in Black",
    "track_id": "1cbdebce-2558-383e-969d-cf14a12b94b2",
    "recording_id": null,
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "The Essential Johnny Cash",
    "release_id": "759cc88f-c968-3aef-bdda-bf4101ad5a70",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2002-02-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Johnny Cash died 16 years ago today. Though, it's always a good time to listen to his music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}