Information about plays

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

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

{
    "id": 417272,
    "uri": "https://api.kexp.org/v2/plays/417272/?format=api",
    "airdate": "2001-04-22T21:51:25-07:00",
    "show": 6966,
    "show_uri": "https://api.kexp.org/v2/shows/6966/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "King Tubby Meets the Rockers Uptown",
    "track_id": "8af9017b-0fe7-4031-96a4-fe2c26eadcdf",
    "recording_id": null,
    "artist": "Augustus Pablo",
    "artist_ids": [
        "e2f9c452-7eb0-4782-bc3e-36f2c456ffe0"
    ],
    "album": "In the Red Zone: The Essential Collection of Classic Dub",
    "release_id": "4fce3b35-e2ad-4305-a7e7-7a5089738e5b",
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}