Information about plays

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

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

{
    "id": 1410440,
    "uri": "https://api.kexp.org/v2/plays/1410440/?format=api",
    "airdate": "2008-08-16T04:51:09-07:00",
    "show": 24603,
    "show_uri": "https://api.kexp.org/v2/shows/24603/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Goin' Down South",
    "track_id": "76e1c27f-9656-4f83-874b-84fb1f0960c1",
    "recording_id": null,
    "artist": "R.L. Burnside",
    "artist_ids": [
        "355eed00-6c40-4d33-940a-600b2597407a"
    ],
    "album": "First Recordings",
    "release_id": "b1d27c34-ea74-4983-9946-4d7d61706acb",
    "release_group_id": null,
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2003-06-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}