Information about plays

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

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

{
    "id": 3562950,
    "uri": "https://api.kexp.org/v2/plays/3562950/?format=api",
    "airdate": "2025-10-09T05:28:07-07:00",
    "show": 64785,
    "show_uri": "https://api.kexp.org/v2/shows/64785/?format=api",
    "image_uri": "https://ia801407.us.archive.org/9/items/mbid-7ccd7178-b401-4ee8-acd6-d9bf0aaec04a/mbid-7ccd7178-b401-4ee8-acd6-d9bf0aaec04a-2380228534_thumb500.jpg",
    "thumbnail_uri": "https://ia801407.us.archive.org/9/items/mbid-7ccd7178-b401-4ee8-acd6-d9bf0aaec04a/mbid-7ccd7178-b401-4ee8-acd6-d9bf0aaec04a-2380228534_thumb250.jpg",
    "song": "50ft Queenie",
    "track_id": "2be903ec-2958-3a63-9727-750476c46e46",
    "recording_id": "ffb45956-0a47-470b-9c42-c848e0179f45",
    "artist": "PJ Harvey",
    "artist_ids": [
        "e795e03d-b5d5-4a5f-834d-162cfb308a2c"
    ],
    "album": "Rid of Me",
    "release_id": "7ccd7178-b401-4ee8-acd6-d9bf0aaec04a",
    "release_group_id": "c1bb54cc-751d-300c-ba29-d7502d571c2d",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1993-04-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#247\n\nPJ Harvey's second studio album, \"Rid of Me,\" was produced by the late, revered Steve Albini.\n\nThis song was recorded at Pachyderm Studios outside Minneapolis with Steve Albini, who had previously produced albums for Pixies and The Breeders. Harvey praised Albini's work because she thought \"the instruments on the album sound like they're breathing and real.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}