Information about plays

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

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

{
    "id": 3619978,
    "uri": "https://api.kexp.org/v2/plays/3619978/?format=api",
    "airdate": "2026-02-20T15:37:33-08:00",
    "show": 65983,
    "show_uri": "https://api.kexp.org/v2/shows/65983/?format=api",
    "image_uri": "https://ia801300.us.archive.org/4/items/mbid-bbae510f-5109-405b-b517-00042b521cbf/mbid-bbae510f-5109-405b-b517-00042b521cbf-37747704426_thumb500.jpg",
    "thumbnail_uri": "https://dn710004.ca.archive.org/0/items/mbid-bbae510f-5109-405b-b517-00042b521cbf/mbid-bbae510f-5109-405b-b517-00042b521cbf-37747704426_thumb250.jpg",
    "song": "All The Same",
    "track_id": "b20f3751-a635-404c-8bca-f2243c59a088",
    "recording_id": "93fc1208-8218-4e14-adfa-ded2ed9b6c41",
    "artist": "Fat Dog",
    "artist_ids": [
        "8b16f1e6-d960-432b-92d1-70fc3e61176d"
    ],
    "album": "All The Same",
    "release_id": "bbae510f-5109-405b-b517-00042b521cbf",
    "release_group_id": "27091372-fcc8-47c8-84cc-1276cae2b798",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2024-01-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Seth in Ballard!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}