Information about plays

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

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

{
    "id": 3572065,
    "uri": "https://api.kexp.org/v2/plays/3572065/?format=api",
    "airdate": "2025-10-31T03:35:29-07:00",
    "show": 64980,
    "show_uri": "https://api.kexp.org/v2/shows/64980/?format=api",
    "image_uri": "https://coverartarchive.org/release/1b93a1b6-c52a-4aa3-9751-2347dfb4d2e3/33843427237-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1b93a1b6-c52a-4aa3-9751-2347dfb4d2e3/33843427237-250.jpg",
    "song": "I Got 5 On It (Tethered Mix from US)",
    "track_id": null,
    "recording_id": "bbdb1e84-6d7f-463c-9f75-a111d8d26683",
    "artist": "Luniz feat. Michael Marshall",
    "artist_ids": [
        "a8863d65-6f1e-43b0-b480-7dd85fd8339e",
        "fff8c6c7-b212-4724-8a3e-ec624031eb68"
    ],
    "album": "Us: Original Motion Picture Soundtrack",
    "release_id": null,
    "release_group_id": "b7aa3ba9-4641-4dba-80ab-8400d536a043",
    "labels": [
        "Back Lot Music"
    ],
    "label_ids": [
        "227b901e-7ba3-4a1d-a3cb-3cb67a22e660"
    ],
    "release_date": "2019-03-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}