Information about plays

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

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

{
    "id": 498908,
    "uri": "https://api.kexp.org/v2/plays/498908/?format=api",
    "airdate": "2001-12-20T19:14:00-08:00",
    "show": 8561,
    "show_uri": "https://api.kexp.org/v2/shows/8561/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "River Road Two Step",
    "track_id": "6d441e67-1b60-4013-9b21-ac7004fa1d2d",
    "recording_id": null,
    "artist": "Tom Morrell & The Time-Warp Top Hands",
    "artist_ids": [
        "78572c44-af8d-450a-8bfa-baf5bb6efc71"
    ],
    "album": "Wolf Tracks",
    "release_id": "3fe33f45-b11c-45af-9ae8-a14c90c3ce73",
    "release_group_id": null,
    "labels": [
        "Shanachie"
    ],
    "label_ids": [
        "0d4fa1f8-757b-400b-86ef-4b6ad316f4d2"
    ],
    "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"
}