Information about plays

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

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

{
    "id": 3607866,
    "uri": "https://api.kexp.org/v2/plays/3607866/?format=api",
    "airdate": "2026-01-23T01:45:19-08:00",
    "show": 65728,
    "show_uri": "https://api.kexp.org/v2/shows/65728/?format=api",
    "image_uri": "https://coverartarchive.org/release/4803b6e7-1c5a-4244-9e79-9a867d9361dd/41669785890-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4803b6e7-1c5a-4244-9e79-9a867d9361dd/41669785890-250.jpg",
    "song": "You",
    "track_id": null,
    "recording_id": "5e3ba890-9251-4ab0-8c9f-8ad49c1d97c4",
    "artist": "Mk.gee",
    "artist_ids": [
        "262cf0ce-2af2-4686-a8cc-d6b33e97336d"
    ],
    "album": "You",
    "release_id": null,
    "release_group_id": "4c610daa-c8ab-48a2-a5e9-8a429bdb5a96",
    "labels": [
        "Kitsuné Musique Singles"
    ],
    "label_ids": [
        "1205c96b-8638-4de1-8729-70f9c814f308"
    ],
    "release_date": "2018-06-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}