Information about plays

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

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

{
    "id": 3439763,
    "uri": "https://api.kexp.org/v2/plays/3439763/?format=api",
    "airdate": "2024-12-18T18:53:59-08:00",
    "show": 62144,
    "show_uri": "https://api.kexp.org/v2/shows/62144/?format=api",
    "image_uri": "https://ia801203.us.archive.org/33/items/mbid-9c49313c-42e3-4a88-b08b-bc948b6f736b/mbid-9c49313c-42e3-4a88-b08b-bc948b6f736b-12075302849_thumb500.jpg",
    "thumbnail_uri": "https://ia801203.us.archive.org/33/items/mbid-9c49313c-42e3-4a88-b08b-bc948b6f736b/mbid-9c49313c-42e3-4a88-b08b-bc948b6f736b-12075302849_thumb250.jpg",
    "song": "I'll Be You",
    "track_id": "0bb9e75b-96ee-3cda-a022-2d3067dafcc0",
    "recording_id": "a5247514-990a-457b-85a6-c9e1755e1de9",
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "Don't Tell a Soul",
    "release_id": "9c49313c-42e3-4a88-b08b-bc948b6f736b",
    "release_group_id": "dbcd604c-4ecc-3d2b-95bf-8e137f1788de",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1989-12-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bob “Slim” Dunlap, a guitarist for the Minneapolis rock band The Replacements, died today at age 73. He suffered a stroke about a decade ago. Dunlap played on two of The Replacements’ later albums – 1989 album “Don't Tell A Soul” and their 1990 album “All Shook Down.” ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}