Information about plays

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

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

{
    "id": 3581701,
    "uri": "https://api.kexp.org/v2/plays/3581701/?format=api",
    "airdate": "2025-11-22T23:53:25-08:00",
    "show": 65184,
    "show_uri": "https://api.kexp.org/v2/shows/65184/?format=api",
    "image_uri": "https://coverartarchive.org/release/404b677e-3c3e-4cb9-954c-3da288ddd7e3/40919897852-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/404b677e-3c3e-4cb9-954c-3da288ddd7e3/40919897852-250.jpg",
    "song": "Crime for Revenge",
    "track_id": null,
    "recording_id": "d3f3127f-42b9-483c-8931-a74f101539ba",
    "artist": "Ultra-Violent",
    "artist_ids": [
        "60b3ade3-d668-49ec-a784-93e8fc5fbd86"
    ],
    "album": "Crime for Revenge",
    "release_id": null,
    "release_group_id": "b99fff67-7b11-3ee7-b20e-04b23f404b33",
    "labels": [
        "Riot City Records"
    ],
    "label_ids": [
        "5fbade9d-5e8a-460a-96de-6a6d1a5d828f"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Formed in January 1982 in Hebden Bridge\n\nhttps://www.facebook.com/ultraviolentbandofficial/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}