Information about plays

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

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

{
    "id": 373159,
    "uri": "https://api.kexp.org/v2/plays/373159/?format=api",
    "airdate": "2019-08-27T20:33:11-07:00",
    "show": 6215,
    "show_uri": "https://api.kexp.org/v2/shows/6215/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Puerto Rico pa' gozar",
    "track_id": "07453d25-4526-443a-b821-fe06cf4f9650",
    "recording_id": null,
    "artist": "Quantic & Nickodemus feat. The Candela All-Stars",
    "artist_ids": [
        "f95c5888-6a2a-4ee6-9e0c-d7f720f3afec"
    ],
    "album": "The Rough guide to Latin Street Party",
    "release_id": "1dfb648d-4150-4a31-9327-6d2302ded78a",
    "release_group_id": null,
    "labels": [
        "World Music Network"
    ],
    "label_ids": [
        "b1de0cf1-6c3f-4f61-a846-e321a5beb73a"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "August 31 QUANTIC live solo set at Nectar Lounge ....\n   A collaboration between two big names in world music DJ and production: UK-based Quantic (aka Will Holland) and Nickodemus.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}