Information about plays

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

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

{
    "id": 419834,
    "uri": "https://api.kexp.org/v2/plays/419834/?format=api",
    "airdate": "2001-04-30T18:27:16-07:00",
    "show": 7023,
    "show_uri": "https://api.kexp.org/v2/shows/7023/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bayashada",
    "track_id": "f2ef127c-fdd8-4879-b286-6e2a72fa7353",
    "recording_id": null,
    "artist": "Imbizo",
    "artist_ids": [
        "587aecbe-cc0b-4690-8cfd-3057f56d09b9"
    ],
    "album": "Amalombolombo - Endless Search",
    "release_id": "fc75513f-f589-494a-a7c7-c0b3fa357f83",
    "release_group_id": null,
    "labels": [
        "Womad Select"
    ],
    "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"
}