Information about plays

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

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

{
    "id": 497181,
    "uri": "https://api.kexp.org/v2/plays/497181/?format=api",
    "airdate": "2001-12-15T21:26:15-08:00",
    "show": 8530,
    "show_uri": "https://api.kexp.org/v2/shows/8530/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can't Stop This Fire",
    "track_id": "8487f32b-047d-4dee-8f22-3162b9fa0226",
    "recording_id": null,
    "artist": "Calibre",
    "artist_ids": [
        "afa502e0-fb84-4cf4-b3c0-21ed0c695939"
    ],
    "album": "Bassbin Rare Grooves 2005",
    "release_id": "cbbd66bb-2674-41d0-a1f3-362f27839905",
    "release_group_id": null,
    "labels": [
        "Soul:R"
    ],
    "label_ids": [
        "a57043cc-2101-4e43-9995-1db3dcf67852"
    ],
    "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"
}