Information about plays

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

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

{
    "id": 3641430,
    "uri": "https://api.kexp.org/v2/plays/3641430/?format=api",
    "airdate": "2026-04-13T04:25:21-07:00",
    "show": 66440,
    "show_uri": "https://api.kexp.org/v2/shows/66440/?format=api",
    "image_uri": "https://coverartarchive.org/release/44f6d105-e5d0-43b7-9aab-6f7e7b335701/23498836217-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/44f6d105-e5d0-43b7-9aab-6f7e7b335701/23498836217-250.jpg",
    "song": "Love",
    "track_id": null,
    "recording_id": "77c85da5-6d3d-41dc-9977-61b6bd261951",
    "artist": "Margo Guryan",
    "artist_ids": [
        "cd2867c5-c2f0-4f86-b8aa-a7be324cb916"
    ],
    "album": "Take a Picture",
    "release_id": null,
    "release_group_id": "f21974de-f99d-3822-92e4-25c84362d87a",
    "labels": [
        "Numero Group"
    ],
    "label_ids": [
        "48cdb429-5d99-4ae5-8bc1-7bc7b68098b4"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}