Information about plays

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

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

{
    "id": 535259,
    "uri": "https://api.kexp.org/v2/plays/535259/?format=api",
    "airdate": "2002-04-06T11:47:30-08:00",
    "show": 9272,
    "show_uri": "https://api.kexp.org/v2/shows/9272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Under Mi Sensi",
    "track_id": "1bf11694-71a8-4614-912e-824292d311b9",
    "recording_id": null,
    "artist": "Barrington Levy",
    "artist_ids": [
        "8ddf3da1-dfa9-490a-93cc-7d4072319995"
    ],
    "album": "Três Décadas de Reggae",
    "release_id": "b443def2-c46f-48cd-8886-54284731d4f4",
    "release_group_id": null,
    "labels": [
        "Sleeping Bag"
    ],
    "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"
}