Information about plays

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

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

{
    "id": 3580298,
    "uri": "https://api.kexp.org/v2/plays/3580298/?format=api",
    "airdate": "2025-11-19T16:42:12-08:00",
    "show": 65155,
    "show_uri": "https://api.kexp.org/v2/shows/65155/?format=api",
    "image_uri": "https://ia903208.us.archive.org/19/items/mbid-dd4537c4-4faf-4b20-b4eb-e4807c7d085a/mbid-dd4537c4-4faf-4b20-b4eb-e4807c7d085a-26946880719_thumb500.jpg",
    "thumbnail_uri": "https://ia803208.us.archive.org/19/items/mbid-dd4537c4-4faf-4b20-b4eb-e4807c7d085a/mbid-dd4537c4-4faf-4b20-b4eb-e4807c7d085a-26946880719_thumb250.jpg",
    "song": "Strange Desire",
    "track_id": "ba1755a5-322d-3d29-9013-fb7a8d72539a",
    "recording_id": "78320b5f-b3ed-4e07-a95b-23b3bac44bed",
    "artist": "The Black Keys",
    "artist_ids": [
        "d15721d8-56b4-453d-b506-fc915b14cba2"
    ],
    "album": "Magic Potion",
    "release_id": "dd4537c4-4faf-4b20-b4eb-e4807c7d085a",
    "release_group_id": "0df23c7f-bc3f-39dd-805a-c4de489bd569",
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2006-09-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 2006, Magic Potion was the Black Keys' fourth studio album and recorded using \"$5,000 worth of crappy equipment\" according to drummer Patrick Carney.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}