Information about plays

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

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

{
    "id": 3640590,
    "uri": "https://api.kexp.org/v2/plays/3640590/?format=api",
    "airdate": "2026-04-11T05:01:53-07:00",
    "show": 66421,
    "show_uri": "https://api.kexp.org/v2/shows/66421/?format=api",
    "image_uri": "https://coverartarchive.org/release/842a8507-3282-332d-8d85-35469d2dc854/14499414892-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/842a8507-3282-332d-8d85-35469d2dc854/14499414892-250.jpg",
    "song": "I’m the Man",
    "track_id": null,
    "recording_id": "e7e10b1c-3ddc-45e3-b878-a3434bf68779",
    "artist": "Joe Jackson",
    "artist_ids": [
        "07f6d469-38f3-46da-9cfa-2f532422b84e"
    ],
    "album": "I’m the Man",
    "release_id": null,
    "release_group_id": "6f1b20da-2a6f-3caa-a62b-fee5c690f21b",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1979-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}