Information about plays

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

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

{
    "id": 3521899,
    "uri": "https://api.kexp.org/v2/plays/3521899/?format=api",
    "airdate": "2025-07-03T01:24:51-07:00",
    "show": 63904,
    "show_uri": "https://api.kexp.org/v2/shows/63904/?format=api",
    "image_uri": "https://coverartarchive.org/release/e298c10b-d652-4dd2-b580-0ca62c113407/26610977342-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e298c10b-d652-4dd2-b580-0ca62c113407/26610977342-250.jpg",
    "song": "Saved My Life (original mix)",
    "track_id": null,
    "recording_id": "4062145b-0cc7-41fa-907d-ae3ba86ed22d",
    "artist": "Todd Edwards",
    "artist_ids": [
        "fa0e2024-95ff-44b6-9a86-f0ab120b6a72"
    ],
    "album": "Saved My Life",
    "release_id": null,
    "release_group_id": "d0720d26-94f8-48c2-88a5-5cfd0914238f",
    "labels": [
        "FFRR"
    ],
    "label_ids": [
        "d51690ee-c132-41e3-bbde-bb3a4afd835a"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}