Information about plays

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

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

{
    "id": 3589473,
    "uri": "https://api.kexp.org/v2/plays/3589473/?format=api",
    "airdate": "2025-12-10T20:41:30-08:00",
    "show": 65342,
    "show_uri": "https://api.kexp.org/v2/shows/65342/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Country Woman",
    "track_id": null,
    "recording_id": "f8046631-fb5d-4c77-97a3-bf21e6cbbba1",
    "artist": "The Jelly Bean Bandits",
    "artist_ids": [
        "5e69d182-dbf9-4406-82e9-fc3b37d03e23"
    ],
    "album": "The Jelly Bean Bandits",
    "release_id": null,
    "release_group_id": "fbd58e61-01ab-4e1a-9fdd-94d4b31ee35c",
    "labels": [
        "Mainstream Records"
    ],
    "label_ids": [
        "32e1b749-523c-43ff-9532-2d074f9ea325"
    ],
    "release_date": "1967-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}