Information about plays

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

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

{
    "id": 473281,
    "uri": "https://api.kexp.org/v2/plays/473281/?format=api",
    "airdate": "2001-10-05T16:22:30-07:00",
    "show": 8061,
    "show_uri": "https://api.kexp.org/v2/shows/8061/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Whole Lotta Things",
    "track_id": "a74fe17c-abd9-41fb-876d-a5b171e89690",
    "recording_id": null,
    "artist": "Southern Culture On The Skids",
    "artist_ids": [
        "90c88f94-8b70-49fd-9726-cadf4306ef42"
    ],
    "album": "Dirt Track Date",
    "release_id": "a72e43ef-529c-487f-b187-23014e0bd4e0",
    "release_group_id": null,
    "labels": [
        "DGC"
    ],
    "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"
}