Information about plays

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

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

{
    "id": 416725,
    "uri": "https://api.kexp.org/v2/plays/416725/?format=api",
    "airdate": "2001-04-20T12:50:00-07:00",
    "show": 6954,
    "show_uri": "https://api.kexp.org/v2/shows/6954/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Last Time Around (live)",
    "track_id": "cb6e81ae-fdba-4161-a159-e95cabc5f0e5",
    "recording_id": null,
    "artist": "Son Volt",
    "artist_ids": [
        "ecbd1331-95b6-4a77-b739-b4bd8ef222a7"
    ],
    "album": "Straightface EP",
    "release_id": "733c4bb6-d77b-450c-ba2a-b693c06e4848",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}