Information about plays

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

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

{
    "id": 1286125,
    "uri": "https://api.kexp.org/v2/plays/1286125/?format=api",
    "airdate": "2007-10-02T11:49:41-07:00",
    "show": 22504,
    "show_uri": "https://api.kexp.org/v2/shows/22504/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lost Highway",
    "track_id": "65e8eb13-390a-4c9f-871e-b074ae457612",
    "recording_id": null,
    "artist": "Lee Rocker",
    "artist_ids": [
        "b02e3802-9d68-4f29-8fa6-8115c1cfe911"
    ],
    "album": "Black Cat Bone",
    "release_id": "9562f2f6-b774-4d1e-92aa-3f752a05f4e1",
    "release_group_id": null,
    "labels": [
        "Alligator Records"
    ],
    "label_ids": [
        "01fbb759-849a-4cd3-b6aa-991e15cd41c5"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}