Information about plays

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

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

{
    "id": 375284,
    "uri": "https://api.kexp.org/v2/plays/375284/?format=api",
    "airdate": "2019-09-01T15:14:18-07:00",
    "show": 6249,
    "show_uri": "https://api.kexp.org/v2/shows/6249/?format=api",
    "image_uri": "http://coverartarchive.org/release/d0277a84-2462-438f-ae84-ca0a0748aabe/17206727343-250.jpg",
    "thumbnail_uri": "",
    "song": "Hologram",
    "track_id": "a65ea614-ec0f-4354-8076-1afe51593949",
    "recording_id": null,
    "artist": "The Horrors",
    "artist_ids": [
        "00467da8-2a92-498f-8b10-a80889bcded7"
    ],
    "album": "V",
    "release_id": "d0277a84-2462-438f-ae84-ca0a0748aabe",
    "release_group_id": null,
    "labels": [
        "Caroline International"
    ],
    "label_ids": [
        "c091ab76-140a-40fb-b6d1-e6c381cbc099"
    ],
    "release_date": "2017-09-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}