Information about plays

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

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

{
    "id": 3574480,
    "uri": "https://api.kexp.org/v2/plays/3574480/?format=api",
    "airdate": "2025-11-05T22:46:29-08:00",
    "show": 65033,
    "show_uri": "https://api.kexp.org/v2/shows/65033/?format=api",
    "image_uri": "https://coverartarchive.org/release/2838f30e-725d-41fc-9ee6-5290d303d60f/23414820156-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2838f30e-725d-41fc-9ee6-5290d303d60f/23414820156-250.jpg",
    "song": "No, Your Product",
    "track_id": null,
    "recording_id": "5442780f-4601-4d7f-b4cf-1c4d67bc7390",
    "artist": "The Saints",
    "artist_ids": [
        "0f1e84e4-2417-4f9e-a3f4-6db2cf11a46d"
    ],
    "album": "Eternally Yours",
    "release_id": null,
    "release_group_id": "c0069416-d369-3453-b3b7-00774b9e698b",
    "labels": [
        "Harvest"
    ],
    "label_ids": [
        "993af7f6-bb99-456b-83e7-5e728ea80a0e"
    ],
    "release_date": "1978-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}