Information about plays

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

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

{
    "id": 3606456,
    "uri": "https://api.kexp.org/v2/plays/3606456/?format=api",
    "airdate": "2026-01-19T17:50:19-08:00",
    "show": 65701,
    "show_uri": "https://api.kexp.org/v2/shows/65701/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Miss America",
    "track_id": null,
    "recording_id": "f1505538-284a-4375-b577-7d4191649221",
    "artist": "Martin Luther",
    "artist_ids": [
        "4d4b497c-91c9-48e5-a0e7-333c90c43f8d"
    ],
    "album": "Rebel Soul Music",
    "release_id": null,
    "release_group_id": "d037a527-2794-38d5-8f67-3730903bd7be",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2004-09-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Martin Luther McCoy, also known as Martian Luther, is an electrifying rebel soul artist hailing from the vibrant city of San Francisco...https://martinluthermccoy.bandcamp.com/album/rebel-soul-music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}