Information about plays

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

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

{
    "id": 428053,
    "uri": "https://api.kexp.org/v2/plays/428053/?format=api",
    "airdate": "2001-05-25T16:56:15-07:00",
    "show": 7188,
    "show_uri": "https://api.kexp.org/v2/shows/7188/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Before They Make Me Run",
    "track_id": "8f450f01-cdb5-46dd-9918-45f45355ffcd",
    "recording_id": null,
    "artist": "Steve Earle & The Supersuckers",
    "artist_ids": [
        "54b1f347-23e3-436e-8d50-7d4bc390b19d"
    ],
    "album": "Steve Earle & The Supersuckers",
    "release_id": "6d89ba78-0e16-493b-aff7-a8624a1de437",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1997-06-10",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}