Information about plays

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

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

{
    "id": 3618890,
    "uri": "https://api.kexp.org/v2/plays/3618890/?format=api",
    "airdate": "2026-02-18T00:29:07-08:00",
    "show": 65962,
    "show_uri": "https://api.kexp.org/v2/shows/65962/?format=api",
    "image_uri": "https://dn710005.ca.archive.org/0/items/mbid-e62d86f9-b110-4923-9536-56444ef6d829/mbid-e62d86f9-b110-4923-9536-56444ef6d829-31896795235_thumb500.jpg",
    "thumbnail_uri": "https://dn710005.ca.archive.org/0/items/mbid-e62d86f9-b110-4923-9536-56444ef6d829/mbid-e62d86f9-b110-4923-9536-56444ef6d829-31896795235_thumb250.jpg",
    "song": "Certainty",
    "track_id": "d00daf02-8c21-4a9e-be25-12729250ee7d",
    "recording_id": "2fada1df-cbc3-4d1a-8cdc-df1fff6455d2",
    "artist": "Big Thief",
    "artist_ids": [
        "9f81247f-7f57-42f3-a8ba-75bef554e591"
    ],
    "album": "Dragon New Warm Mountain I Believe in You",
    "release_id": "e62d86f9-b110-4923-9536-56444ef6d829",
    "release_group_id": "d705a3ed-be7a-459c-ac74-58cddaf98576",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2022-02-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}