Information about plays

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

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

{
    "id": 348023,
    "uri": "https://api.kexp.org/v2/plays/348023/?format=api",
    "airdate": "2019-06-30T00:09:00-07:00",
    "show": 5799,
    "show_uri": "https://api.kexp.org/v2/shows/5799/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Firepower",
    "track_id": "f780ab17-bde3-4837-9205-04d196fc931b",
    "recording_id": null,
    "artist": "Judas Priest",
    "artist_ids": [
        "6b335658-22c8-485d-93de-0bc29a1d0349"
    ],
    "album": "Firepower",
    "release_id": "9ed96efc-8580-4b55-90c0-8156bbf4842e",
    "release_group_id": null,
    "labels": [
        "Sony Records International"
    ],
    "label_ids": [],
    "release_date": "2018-03-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}