Information about plays

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

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

{
    "id": 3519677,
    "uri": "https://api.kexp.org/v2/plays/3519677/?format=api",
    "airdate": "2025-06-27T21:47:54-07:00",
    "show": 63853,
    "show_uri": "https://api.kexp.org/v2/shows/63853/?format=api",
    "image_uri": "https://coverartarchive.org/release/907b96c2-31b7-4727-9465-5aaa66ddba54/32216150216-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/907b96c2-31b7-4727-9465-5aaa66ddba54/32216150216-250.jpg",
    "song": "Fazer Bem",
    "track_id": null,
    "recording_id": "195c508a-22b8-4f0a-a6a6-a6ae5b0e3016",
    "artist": "Paulo 9",
    "artist_ids": [
        "43df2bdb-8899-41cf-b8b3-bc0b85de99ee"
    ],
    "album": "Soul of Angola - Anthologie de la Musique Angolaise 1965/1975",
    "release_id": null,
    "release_group_id": "30810317-755b-3fb3-93e1-8a0f3aa065dc",
    "labels": [],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}