Information about plays

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

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

{
    "id": 3549737,
    "uri": "https://api.kexp.org/v2/plays/3549737/?format=api",
    "airdate": "2025-09-06T20:12:04-07:00",
    "show": 64494,
    "show_uri": "https://api.kexp.org/v2/shows/64494/?format=api",
    "image_uri": "https://coverartarchive.org/release/99fe9f38-cade-4d66-9760-4e72f3e04070/31569808093-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/99fe9f38-cade-4d66-9760-4e72f3e04070/31569808093-250.jpg",
    "song": "When Can I See You Again?",
    "track_id": null,
    "recording_id": "6a65025c-c53a-4968-bcd1-1abcbc42b18a",
    "artist": "Kids on a Crime Spree",
    "artist_ids": [
        "d808a926-b415-41a1-99cb-e568c1e23179"
    ],
    "album": "Fall in Love Not in Line",
    "release_id": null,
    "release_group_id": "f9096e3f-67a3-4758-8f86-b7d9c04fff36",
    "labels": [
        "Slumberland Records"
    ],
    "label_ids": [
        "5bf0ffc7-898d-43f0-a072-b072506fe617"
    ],
    "release_date": "2022-01-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}