Information about plays

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

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

{
    "id": 3549513,
    "uri": "https://api.kexp.org/v2/plays/3549513/?format=api",
    "airdate": "2025-09-06T05:13:01-07:00",
    "show": 64487,
    "show_uri": "https://api.kexp.org/v2/shows/64487/?format=api",
    "image_uri": "https://ia600208.us.archive.org/7/items/mbid-8fcfd5cd-7ce2-4c2e-9983-9b8f0380fd1f/mbid-8fcfd5cd-7ce2-4c2e-9983-9b8f0380fd1f-29522293276_thumb500.jpg",
    "thumbnail_uri": "https://ia600208.us.archive.org/7/items/mbid-8fcfd5cd-7ce2-4c2e-9983-9b8f0380fd1f/mbid-8fcfd5cd-7ce2-4c2e-9983-9b8f0380fd1f-29522293276_thumb250.jpg",
    "song": "Gun",
    "track_id": "f615311b-f68d-3104-9e0a-466a7db6eefc",
    "recording_id": "00811e87-5771-40b9-974a-838417fbb483",
    "artist": "War",
    "artist_ids": [
        "3e6bbdb8-66c8-439c-a3d9-87391ce88740"
    ],
    "album": "Best of Eric Burdon & War",
    "release_id": "8fcfd5cd-7ce2-4c2e-9983-9b8f0380fd1f",
    "release_group_id": "c82a2458-a4e8-365c-8ad1-8583dbb29a2f",
    "labels": [
        "Avenue Records"
    ],
    "label_ids": [
        "720ed9ba-d0d4-41d9-91bb-fc61a08d2b12"
    ],
    "release_date": "1995-03-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}