Information about plays

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

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

{
    "id": 3538510,
    "uri": "https://api.kexp.org/v2/plays/3538510/?format=api",
    "airdate": "2025-08-10T20:57:01-07:00",
    "show": 64255,
    "show_uri": "https://api.kexp.org/v2/shows/64255/?format=api",
    "image_uri": "https://coverartarchive.org/release/5f7b8197-a2e2-43a9-8313-cfeec1439401/35162903094-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5f7b8197-a2e2-43a9-8313-cfeec1439401/35162903094-250.jpg",
    "song": "Get Tough",
    "track_id": null,
    "recording_id": "0017b4ec-c8eb-4a71-8627-08d491a02c5e",
    "artist": "CD III",
    "artist_ids": [
        "f98026b6-0ba7-421c-bc1d-7fb3efe5d4e2"
    ],
    "album": "Rare Preludes Volume 4",
    "release_id": null,
    "release_group_id": "7387a4b3-71f1-47ff-bf10-f0200d916c74",
    "labels": [
        "Prelude Records"
    ],
    "label_ids": [
        "7f9db141-90d9-449e-ab25-634b963d5949"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "CD III originally released \"Get Tough\" in 1983 but you can find the track on the 1993 compilation album Rare Preludes Volume 4.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}