Information about plays

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

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

{
    "id": 514986,
    "uri": "https://api.kexp.org/v2/plays/514986/?format=api",
    "airdate": "2002-02-06T17:49:00-08:00",
    "show": 8879,
    "show_uri": "https://api.kexp.org/v2/shows/8879/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Roll, Roll, Roll",
    "track_id": "4eb67efd-caf7-4cd5-a182-a4431d4f9ea3",
    "recording_id": null,
    "artist": "Lonnie Brooks, Long John Hunter & Phillip Walker",
    "artist_ids": [
        "a73f87bf-d2ab-454d-904e-beb8983a06d0"
    ],
    "album": "Lone Star Shootout",
    "release_id": "1617a2e6-6ecf-477b-962a-e6668468b92f",
    "release_group_id": null,
    "labels": [
        "Alligator"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}