Information about plays

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

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

{
    "id": 3639142,
    "uri": "https://api.kexp.org/v2/plays/3639142/?format=api",
    "airdate": "2026-04-07T17:57:18-07:00",
    "show": 66393,
    "show_uri": "https://api.kexp.org/v2/shows/66393/?format=api",
    "image_uri": "https://coverartarchive.org/release/05393398-3e40-43f1-8792-8f3f9efdfd44/39703581877-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/05393398-3e40-43f1-8792-8f3f9efdfd44/39703581877-250.jpg",
    "song": "In Love",
    "track_id": null,
    "recording_id": "22551b9e-6e60-4d0b-846b-5b2e0e079193",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "For You",
    "release_id": null,
    "release_group_id": "628ce859-6d98-364f-9d91-b86f4cca6fb5",
    "labels": [
        "Purple Gold Archives"
    ],
    "label_ids": [
        "8086cc65-103e-47ba-8be7-6e701aeb5108"
    ],
    "release_date": "1978-04-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Shannon, requesting Prince AND today, in 1978, Prince released his debut album 'For You'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}