Information about plays

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

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

{
    "id": 3543625,
    "uri": "https://api.kexp.org/v2/plays/3543625/?format=api",
    "airdate": "2025-08-23T05:27:58-07:00",
    "show": 64361,
    "show_uri": "https://api.kexp.org/v2/shows/64361/?format=api",
    "image_uri": "https://ia803107.us.archive.org/22/items/mbid-25b3c0ab-1f98-4a94-9121-6074c1c81410/mbid-25b3c0ab-1f98-4a94-9121-6074c1c81410-24751406089_thumb500.jpg",
    "thumbnail_uri": "https://ia903107.us.archive.org/22/items/mbid-25b3c0ab-1f98-4a94-9121-6074c1c81410/mbid-25b3c0ab-1f98-4a94-9121-6074c1c81410-24751406089_thumb250.jpg",
    "song": "The Devil's Right Hand",
    "track_id": "15084b66-5ed9-3bbc-8f86-bb6770e7bbdb",
    "recording_id": "e75e759e-95b5-43b3-a6aa-847f76c3be2d",
    "artist": "Steve Earle",
    "artist_ids": [
        "ec863030-7c13-45a3-a025-a69195d3a020"
    ],
    "album": "Copperhead Road",
    "release_id": "25b3c0ab-1f98-4a94-9121-6074c1c81410",
    "release_group_id": "49e94e1c-ee94-31b8-8266-07cbefd0e965",
    "labels": [
        "UNI Records"
    ],
    "label_ids": [
        "83dedbf0-9cd7-470a-b317-0bb724785b20"
    ],
    "release_date": "1988-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}