Information about plays

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

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

{
    "id": 3627163,
    "uri": "https://api.kexp.org/v2/plays/3627163/?format=api",
    "airdate": "2026-03-09T18:25:59-07:00",
    "show": 66139,
    "show_uri": "https://api.kexp.org/v2/shows/66139/?format=api",
    "image_uri": "https://coverartarchive.org/release/78be5edd-f2e4-4967-8aea-9aad9812adda/40650986429-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/78be5edd-f2e4-4967-8aea-9aad9812adda/40650986429-250.jpg",
    "song": "Lotta Love",
    "track_id": null,
    "recording_id": "6bd0c79c-2527-42f4-a5ae-0770be061d41",
    "artist": "Nicolette Larson",
    "artist_ids": [
        "a45071c0-1805-4ec6-83c4-e3f62e2916b1"
    ],
    "album": "Nicolette",
    "release_id": null,
    "release_group_id": "02555d72-bc06-36fa-bdec-03c9a1067a74",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1978-09-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A very yachty cover of Neil Young's original song from the same year (1978)!\n\nhttps://www.youtube.com/watch?v=vpFfjWdhROU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}