Information about plays

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

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

{
    "id": 3613384,
    "uri": "https://api.kexp.org/v2/plays/3613384/?format=api",
    "airdate": "2026-02-05T04:18:16-08:00",
    "show": 65843,
    "show_uri": "https://api.kexp.org/v2/shows/65843/?format=api",
    "image_uri": "https://coverartarchive.org/release/d85121e3-db12-4a53-ad45-2d74f99c59c0/44055605901-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d85121e3-db12-4a53-ad45-2d74f99c59c0/44055605901-250.jpg",
    "song": "Hold You",
    "track_id": null,
    "recording_id": "b09173ea-f3eb-46dc-bda8-e2040d99f832",
    "artist": "Gyptian",
    "artist_ids": [
        "c70a1a51-caf3-4667-b956-11e27a00fe37"
    ],
    "album": "Hold You",
    "release_id": null,
    "release_group_id": "31145174-039e-41d4-ba4f-67faf6eb38ce",
    "labels": [
        "VP Records"
    ],
    "label_ids": [
        "6565bd36-cbae-47a7-aac5-888aeddc6c1e"
    ],
    "release_date": "2010-07-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dancehall classic!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}