Information about plays

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

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

{
    "id": 3296726,
    "uri": "https://api.kexp.org/v2/plays/3296726/?format=api",
    "airdate": "2024-01-13T23:01:07-08:00",
    "show": 59139,
    "show_uri": "https://api.kexp.org/v2/shows/59139/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ketamine & Cola",
    "track_id": null,
    "recording_id": null,
    "artist": "The Drowns",
    "artist_ids": [
        "184d6fb6-8687-417a-9142-105cacc97905"
    ],
    "album": "Blacked Out",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Pirates Press Records"
    ],
    "label_ids": [
        "050a1505-1cd1-43cd-9d8c-0ca69ab45bcd"
    ],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle punks",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}