Information about plays

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

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

{
    "id": 1353185,
    "uri": "https://api.kexp.org/v2/plays/1353185/?format=api",
    "airdate": "2008-03-23T02:26:15-07:00",
    "show": 23636,
    "show_uri": "https://api.kexp.org/v2/shows/23636/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Kelly Affair",
    "track_id": "8a95e03f-4953-4903-80b7-c819b442f0e5",
    "recording_id": null,
    "artist": "Be Your Own Pet",
    "artist_ids": [
        "4849dbcf-4192-434c-825b-077c9057c119"
    ],
    "album": "Get Awkward",
    "release_id": "9fa63c88-6b6d-439c-9a92-8c7f30b42679",
    "release_group_id": null,
    "labels": [
        "Ecstatic Peace"
    ],
    "label_ids": [
        "51d7b1e0-261e-4070-a30f-ad7bb803d26e"
    ],
    "release_date": "2008-03-18",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}