Information about plays

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

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

{
    "id": 3570320,
    "uri": "https://api.kexp.org/v2/plays/3570320/?format=api",
    "airdate": "2025-10-26T17:49:51-07:00",
    "show": 64941,
    "show_uri": "https://api.kexp.org/v2/shows/64941/?format=api",
    "image_uri": "https://coverartarchive.org/release/d1f66586-4a0d-487c-a31f-b7c0a58c73b5/32898044769-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d1f66586-4a0d-487c-a31f-b7c0a58c73b5/32898044769-250.jpg",
    "song": "Love Factory",
    "track_id": null,
    "recording_id": "f1a530f6-176f-4396-b65f-ceff7866aec8",
    "artist": "Metronomy x Katy J Pearson",
    "artist_ids": [
        "93eb7110-0bc9-4d3f-816b-4b52ef982ec8",
        "fdcbabc7-28ce-4549-b3ce-43b7202c30b1"
    ],
    "album": "Love Factory (Remixes)",
    "release_id": null,
    "release_group_id": "b6e315b9-53bd-4d59-adb1-96df5fe75c1b",
    "labels": [
        "Because Music"
    ],
    "label_ids": [
        "23450486-837c-46a6-8b3f-b22429a0dfe1"
    ],
    "release_date": "2022-06-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}