Information about plays

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

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

{
    "id": 3613213,
    "uri": "https://api.kexp.org/v2/plays/3613213/?format=api",
    "airdate": "2026-02-04T17:44:48-08:00",
    "show": 65840,
    "show_uri": "https://api.kexp.org/v2/shows/65840/?format=api",
    "image_uri": "https://dn721605.ca.archive.org/0/items/mbid-c45ef89b-f219-4048-b5bd-ff0f52f22a17/mbid-c45ef89b-f219-4048-b5bd-ff0f52f22a17-39084635803_thumb500.jpg",
    "thumbnail_uri": "https://dn721605.ca.archive.org/0/items/mbid-c45ef89b-f219-4048-b5bd-ff0f52f22a17/mbid-c45ef89b-f219-4048-b5bd-ff0f52f22a17-39084635803_thumb250.jpg",
    "song": "Teachers",
    "track_id": "7125dfa4-7340-4ca7-be74-48a59917dc9d",
    "recording_id": "e94c3257-7f06-4bd8-b67d-79148c5fce8d",
    "artist": "Soulwax",
    "artist_ids": [
        "68ec1b08-3c2e-40b3-b0af-8f323743fdff"
    ],
    "album": "Nite Versions",
    "release_id": "c45ef89b-f219-4048-b5bd-ff0f52f22a17",
    "release_group_id": "956c74fb-430a-3b35-a8a9-68319d3bee2d",
    "labels": [
        "Play It Again Sam"
    ],
    "label_ids": [
        "3ccd1270-99d3-4b83-a311-6c60e127c866"
    ],
    "release_date": "2020-11-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Soulwax's rendition featuring artists that inspired them! Check them out here: https://www.songlyrics.com/soulwax/teachers-lyrics/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}