Information about plays

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

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

{
    "id": 3572512,
    "uri": "https://api.kexp.org/v2/plays/3572512/?format=api",
    "airdate": "2025-11-01T06:51:21-07:00",
    "show": 64990,
    "show_uri": "https://api.kexp.org/v2/shows/64990/?format=api",
    "image_uri": "https://coverartarchive.org/release/5bfc6df2-4bc3-30b9-a590-437a6cc4d2cf/6801120458-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5bfc6df2-4bc3-30b9-a590-437a6cc4d2cf/6801120458-250.jpg",
    "song": "Chinatown",
    "track_id": null,
    "recording_id": "9a74b1e7-a7a9-46fc-8ad3-58306fdac86f",
    "artist": "Wild Nothing",
    "artist_ids": [
        "a181595e-5b84-4439-a5f4-f548ddfb64df"
    ],
    "album": "Gemini",
    "release_id": null,
    "release_group_id": "14cd42e9-a57d-4b05-a641-332cc80d9975",
    "labels": [
        "Spunk!"
    ],
    "label_ids": [
        "c7a85cd3-b402-4f01-8019-6751e71f777f"
    ],
    "release_date": "2010-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}