Information about plays

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

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

{
    "id": 3519656,
    "uri": "https://api.kexp.org/v2/plays/3519656/?format=api",
    "airdate": "2025-06-27T20:24:00-07:00",
    "show": 63853,
    "show_uri": "https://api.kexp.org/v2/shows/63853/?format=api",
    "image_uri": "https://coverartarchive.org/release/e7239afe-ca48-42cf-8e5e-2abcbe1aa892/8838203563-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e7239afe-ca48-42cf-8e5e-2abcbe1aa892/8838203563-250.jpg",
    "song": "Tche Belew",
    "track_id": null,
    "recording_id": "b2e47143-5160-4267-9991-8ddd5aa7a2cb",
    "artist": "Hailu Mergia and The Walias",
    "artist_ids": [
        "0b40d946-2362-4445-90f6-a3a5f333bd30",
        "826e5bdf-79c6-4754-af2d-2c7e2b86561d"
    ],
    "album": "Tche Belew",
    "release_id": null,
    "release_group_id": "476129d6-1d7b-4103-8159-8894e2097d52",
    "labels": [],
    "label_ids": [],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hailu Mergia is an Ethiopian keyboardist, accordionist, composer, and arranger now based in Washington D.C., United States. He is known for his role in the Walias Band in the 1970s, one of the most significant groups in Ethiopia’s \"golden age\" of music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}