Information about plays

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

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

{
    "id": 3598639,
    "uri": "https://api.kexp.org/v2/plays/3598639/?format=api",
    "airdate": "2026-01-01T01:24:31-08:00",
    "show": 65529,
    "show_uri": "https://api.kexp.org/v2/shows/65529/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What You Need (Extended Mix)",
    "track_id": null,
    "recording_id": "c4ea0954-ddf7-4ec1-b4cf-da2c5c4aa00d",
    "artist": "Floorplan",
    "artist_ids": [
        "224d7fb5-1abc-4327-8657-ae1ddc94e1d6"
    ],
    "album": "The Master's Plan",
    "release_id": null,
    "release_group_id": "155069bf-ea79-4e20-a0f7-c0f1d787c992",
    "labels": [
        "Classic Music Company"
    ],
    "label_ids": [
        "c0c4b8e7-b427-4a44-aaea-b3bbc1287290"
    ],
    "release_date": "2024-06-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}