Information about plays

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

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

{
    "id": 3574510,
    "uri": "https://api.kexp.org/v2/plays/3574510/?format=api",
    "airdate": "2025-11-06T00:17:34-08:00",
    "show": 65033,
    "show_uri": "https://api.kexp.org/v2/shows/65033/?format=api",
    "image_uri": "https://coverartarchive.org/release/e0a58d11-a005-3dc6-a5b9-51ff8bc1a277/15425166163-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e0a58d11-a005-3dc6-a5b9-51ff8bc1a277/15425166163-250.jpg",
    "song": "Swing for the Crime",
    "track_id": null,
    "recording_id": "1260f6d1-d539-4211-b57a-8455c579de00",
    "artist": "The Saints",
    "artist_ids": [
        "0f1e84e4-2417-4f9e-a3f4-6db2cf11a46d"
    ],
    "album": "Prehistoric Sounds",
    "release_id": null,
    "release_group_id": "31039c78-069c-377c-93fe-906906a0bce5",
    "labels": [
        "Harvest"
    ],
    "label_ids": [
        "993af7f6-bb99-456b-83e7-5e728ea80a0e"
    ],
    "release_date": "1978-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}