Information about plays

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

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

{
    "id": 3549488,
    "uri": "https://api.kexp.org/v2/plays/3549488/?format=api",
    "airdate": "2025-09-06T03:47:16-07:00",
    "show": 64487,
    "show_uri": "https://api.kexp.org/v2/shows/64487/?format=api",
    "image_uri": "https://coverartarchive.org/release/ba91f9e2-2391-4bbd-9114-c9eff138fd98/23121356179-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ba91f9e2-2391-4bbd-9114-c9eff138fd98/23121356179-250.jpg",
    "song": "Save the Children",
    "track_id": null,
    "recording_id": "927c2ed2-fbec-4d19-b967-6816d0c47e5b",
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "What’s Going On",
    "release_id": null,
    "release_group_id": "c1fa4d2c-ec62-37d5-b01d-6df7f8fd2c90",
    "labels": [
        "Universal Music"
    ],
    "label_ids": [
        "13a464dc-b9fd-4d16-a4f4-d4316f6a46c7"
    ],
    "release_date": "1971-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}