Information about plays

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

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

{
    "id": 3467914,
    "uri": "https://api.kexp.org/v2/plays/3467914/?format=api",
    "airdate": "2025-02-22T23:18:15-08:00",
    "show": 62733,
    "show_uri": "https://api.kexp.org/v2/shows/62733/?format=api",
    "image_uri": "https://coverartarchive.org/release/098fd191-73a2-4468-890f-bb4c7413a1b8/6937562155-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/098fd191-73a2-4468-890f-bb4c7413a1b8/6937562155-250.jpg",
    "song": "Lie Detector",
    "track_id": null,
    "recording_id": "5ccfcea1-f8ea-4150-9b59-363933a22513",
    "artist": "Thee Mighty Caesars",
    "artist_ids": [
        "a81c3775-80b0-41ed-a6bc-8ea9d627252e"
    ],
    "album": "Caesar's Pleasure",
    "release_id": null,
    "release_group_id": "cafdae94-3c08-34c0-9ca5-75d1f360d306",
    "labels": [
        "Big Beat"
    ],
    "label_ids": [
        "915b9747-4dc9-4205-bae5-d5d4db5c3d44"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}