Information about plays

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

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

{
    "id": 3574117,
    "uri": "https://api.kexp.org/v2/plays/3574117/?format=api",
    "airdate": "2025-11-05T01:00:29-08:00",
    "show": 65025,
    "show_uri": "https://api.kexp.org/v2/shows/65025/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New York",
    "track_id": "391a98c8-17b7-3de5-9aea-58c0f6f95f6c",
    "recording_id": "beb2e5a3-4c70-411d-a35c-5bec5974afcc",
    "artist": "Cat Power",
    "artist_ids": [
        "05755bf1-380c-487f-983f-d1a02401fa28"
    ],
    "album": "Jukebox",
    "release_id": "ed061c03-c197-3790-8d8d-7938bc6aed8f",
    "release_group_id": "5215626d-3664-3d34-a36f-b91bba827127",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2008-01-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New York, New York",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}