Information about plays

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

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

{
    "id": 3521894,
    "uri": "https://api.kexp.org/v2/plays/3521894/?format=api",
    "airdate": "2025-07-03T01:00:39-07:00",
    "show": 63904,
    "show_uri": "https://api.kexp.org/v2/shows/63904/?format=api",
    "image_uri": "https://coverartarchive.org/release/da6a7183-01ea-47df-a7d2-ae01950f4179/19383338937-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/da6a7183-01ea-47df-a7d2-ae01950f4179/19383338937-250.jpg",
    "song": "Inner City Life (original version)",
    "track_id": null,
    "recording_id": "c2e61708-3251-4539-870e-652374e5f515",
    "artist": "Goldie",
    "artist_ids": [
        "c5393047-0c44-48eb-b5a8-070759f04371"
    ],
    "album": "Inner City Life",
    "release_id": null,
    "release_group_id": "beea89bc-b954-3394-b2fc-ff95488fffdc",
    "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": "It's a long epic journey, but Goldie ' Inner City Life' has helped me and many through the fire.\n- Intager from San Antonio.\n----\nThis 1994 single by electronic musician Goldie  features vocals by British singer Diane Charlemagne.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}