Information about plays

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

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

{
    "id": 3584960,
    "uri": "https://api.kexp.org/v2/plays/3584960/?format=api",
    "airdate": "2025-11-30T10:38:18-08:00",
    "show": 65252,
    "show_uri": "https://api.kexp.org/v2/shows/65252/?format=api",
    "image_uri": "https://coverartarchive.org/release/45e1b350-addb-4ad7-887d-812352967367/10633803514-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/45e1b350-addb-4ad7-887d-812352967367/10633803514-250.jpg",
    "song": "Down on Penny’s Farm",
    "track_id": null,
    "recording_id": "f20b584b-2c68-4ac0-b4e3-3f4b40d6a38a",
    "artist": "The Bently Boys",
    "artist_ids": [
        "2454c13f-6f26-48dd-86fd-c0c8c711f027"
    ],
    "album": "Anthology of American Folk Music, Volume One: Ballads",
    "release_id": null,
    "release_group_id": "3122f240-8c7c-442d-9613-8f0e1e7b5ea0",
    "labels": [
        "Folkways Records"
    ],
    "label_ids": [
        "4c119b4a-d398-454a-be5d-96b7aac653bc"
    ],
    "release_date": "1952-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "North Carolina band, off of Harry Smith's Anthology of American Folk Music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}