Information about plays

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

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

{
    "id": 3641369,
    "uri": "https://api.kexp.org/v2/plays/3641369/?format=api",
    "airdate": "2026-04-13T00:27:00-07:00",
    "show": 66438,
    "show_uri": "https://api.kexp.org/v2/shows/66438/?format=api",
    "image_uri": "https://coverartarchive.org/release/f0d9e416-415e-4c03-9e6d-ab5f39374213/20541613476-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f0d9e416-415e-4c03-9e6d-ab5f39374213/20541613476-250.jpg",
    "song": "Rain",
    "track_id": null,
    "recording_id": "5949ba05-62cc-4681-96af-811760873a32",
    "artist": "Tim Paris feat. Coco Solid",
    "artist_ids": [
        "3c5459bc-fb53-4819-9df8-21acc44abd4f",
        "32aa0e5e-406a-4f83-a068-4b57269b04b7"
    ],
    "album": "Dancers",
    "release_id": null,
    "release_group_id": "72fbbb64-76a7-4418-9168-681d868be03f",
    "labels": [
        "My Favorite Robot Records"
    ],
    "label_ids": [
        "269fcef5-9bd7-404b-a414-646ea9a946b1"
    ],
    "release_date": "2013-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}