Information about plays

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

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

{
    "id": 3547122,
    "uri": "https://api.kexp.org/v2/plays/3547122/?format=api",
    "airdate": "2025-08-31T10:22:28-07:00",
    "show": 64436,
    "show_uri": "https://api.kexp.org/v2/shows/64436/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's a Way to Pass the Time",
    "track_id": null,
    "recording_id": "a4ec37c8-3a6d-49bf-82ff-88f575cc0af3",
    "artist": "High Broom",
    "artist_ids": [
        "1cb065d8-50e3-4333-a35e-d8ba5568053a"
    ],
    "album": "Across the Great Divide: Getting It Together in the Country 1968-1974",
    "release_id": null,
    "release_group_id": "c2fda285-4c6c-4250-9069-b9237c962e8b",
    "labels": [
        "Grapefruit"
    ],
    "label_ids": [
        "b932ea21-d150-46eb-8481-f8db7af2a6f1"
    ],
    "release_date": "2019-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This British band took their name from their home suburb in Kent, located in Southern England.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}