Information about plays

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

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

{
    "id": 3548616,
    "uri": "https://api.kexp.org/v2/plays/3548616/?format=api",
    "airdate": "2025-09-03T23:42:42-07:00",
    "show": 64467,
    "show_uri": "https://api.kexp.org/v2/shows/64467/?format=api",
    "image_uri": "https://coverartarchive.org/release/c76143b5-e429-4fb4-99cb-2ba41e47909c/13407512019-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c76143b5-e429-4fb4-99cb-2ba41e47909c/13407512019-250.jpg",
    "song": "Big A",
    "track_id": null,
    "recording_id": "6045ed92-10fc-453c-89ab-7b08324f0544",
    "artist": "Heron",
    "artist_ids": [
        "e72b466b-bb90-4bf3-8c55-a4ec804b69ff"
    ],
    "album": "Twice as Nice & Half the Price",
    "release_id": null,
    "release_group_id": "2a3bdbb3-4fe2-3847-ae03-bff05eaee8da",
    "labels": [
        "Dawn"
    ],
    "label_ids": [
        "2679da8e-5ebb-463d-86e4-5946f7c81f0e"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Heron formed in Chichester, UK in 1967.\n\nhttps://heron-music.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}