Information about plays

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

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

{
    "id": 1177924,
    "uri": "https://api.kexp.org/v2/plays/1177924/?format=api",
    "airdate": "2006-12-28T13:51:21-08:00",
    "show": 20654,
    "show_uri": "https://api.kexp.org/v2/shows/20654/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cold Ground (Lay Me Down)",
    "track_id": "59bd42bd-e733-4050-8040-0d2950c940a6",
    "recording_id": null,
    "artist": "The Hands",
    "artist_ids": [
        "d41d5ca4-7052-446f-a219-7f65f6bef016"
    ],
    "album": "So Sweet",
    "release_id": "5e66de15-24ea-4607-a1cc-7ce24370c5f6",
    "release_group_id": null,
    "labels": [
        "The Basement Empire"
    ],
    "label_ids": [
        "f55b4d72-99c3-4311-be16-367b61a9a146"
    ],
    "release_date": "2006-10-11",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}