Information about plays

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

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

{
    "id": 348469,
    "uri": "https://api.kexp.org/v2/plays/348469/?format=api",
    "airdate": "2019-07-01T03:19:03-07:00",
    "show": 5809,
    "show_uri": "https://api.kexp.org/v2/shows/5809/?format=api",
    "image_uri": "http://coverartarchive.org/release/1f94d9e0-8081-44ac-9591-3061ca8597f9/17370113352-250.jpg",
    "thumbnail_uri": "",
    "song": "Shine a Light",
    "track_id": "079b3976-4c60-42c7-8491-6b913248217d",
    "recording_id": null,
    "artist": "Shabazz Palaces feat. Thaddillac",
    "artist_ids": [
        "eb59245c-6c26-462b-b2d3-0f9da9d644d8"
    ],
    "album": "Quazarz: Born on a Gangster Star",
    "release_id": "1f94d9e0-8081-44ac-9591-3061ca8597f9",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2017-07-14",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}