Information about plays

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

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

{
    "id": 3573852,
    "uri": "https://api.kexp.org/v2/plays/3573852/?format=api",
    "airdate": "2025-11-04T09:22:39-08:00",
    "show": 65020,
    "show_uri": "https://api.kexp.org/v2/shows/65020/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hideaway (remix)",
    "track_id": "8d9dbfc8-01b5-36c5-99d9-59cf371fede6",
    "recording_id": "c28fe015-9fe5-4ad9-b5b6-49c4a15fe71c",
    "artist": "Erasure",
    "artist_ids": [
        "43b58c98-3779-4b04-9a23-1c95cca3a145"
    ],
    "album": "Just Say Yes…",
    "release_id": "ca034432-a3a4-4ae6-a82a-707d2589c999",
    "release_group_id": "ef014c87-c29a-376d-b7bf-6e3bf57dfac0",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1987-11-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1987, 38 years ago(!), Sire releases the compilation Just Say Yes... Sire's Winter CD Music Sampler featuring rarities and remixes of favorites from Erasure, Depeche Mode, Echo & The Bunnymen, The Mighty Lemon Drops, James, The Smiths and more.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}