Information about plays

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

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

{
    "id": 3554829,
    "uri": "https://api.kexp.org/v2/plays/3554829/?format=api",
    "airdate": "2025-09-19T02:28:32-07:00",
    "show": 64599,
    "show_uri": "https://api.kexp.org/v2/shows/64599/?format=api",
    "image_uri": "https://coverartarchive.org/release/6d4ec77c-7cd6-400b-a418-60d29184840b/5969759508-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6d4ec77c-7cd6-400b-a418-60d29184840b/5969759508-250.jpg",
    "song": "Dark 7",
    "track_id": null,
    "recording_id": null,
    "artist": "Strawberry Switchblade",
    "artist_ids": [
        "36f406d9-9538-4856-9a7b-0b7be42bfab1"
    ],
    "album": "Scared to Get Happy",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cherry Red"
    ],
    "label_ids": [],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Strawberry Switchblade 4 Ever",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}