Information about plays

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

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

{
    "id": 499718,
    "uri": "https://api.kexp.org/v2/plays/499718/?format=api",
    "airdate": "2001-12-23T18:08:34-08:00",
    "show": 8579,
    "show_uri": "https://api.kexp.org/v2/shows/8579/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Roc The Mic (feat. Freeway)",
    "track_id": "7281e17b-3532-485e-a6d3-bb6fabaac87d",
    "recording_id": null,
    "artist": "Beanie Sigel",
    "artist_ids": [
        "b544133a-b262-451e-84b6-7bea2e61ce60"
    ],
    "album": "State Property",
    "release_id": "6b82e40a-ec98-4e09-9a03-261b017b024e",
    "release_group_id": null,
    "labels": [
        "Rocafella"
    ],
    "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"
}