Information about plays

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

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

{
    "id": 530692,
    "uri": "https://api.kexp.org/v2/plays/530692/?format=api",
    "airdate": "2002-03-24T18:08:00-08:00",
    "show": 9189,
    "show_uri": "https://api.kexp.org/v2/shows/9189/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "High Times (feat. Starang Wondah, Sean Price & Top Dog)",
    "track_id": "0552b801-9d77-49ca-b514-0ad2de2f9133",
    "recording_id": null,
    "artist": "Black Moon",
    "artist_ids": [
        "7057a0c4-481f-48c8-9c64-28d8400539ea"
    ],
    "album": "T.H.C.: The Hip-Hop Collection, Volume 1",
    "release_id": "1f0fe45f-f3b8-4165-a7dc-4afa0093f40c",
    "release_group_id": null,
    "labels": [
        "High Times Records"
    ],
    "label_ids": [
        "763a8fe0-a80c-47b9-bee1-6e1a48964e66"
    ],
    "release_date": "2002-04-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}