Information about plays

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

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

{
    "id": 3581199,
    "uri": "https://api.kexp.org/v2/plays/3581199/?format=api",
    "airdate": "2025-11-21T21:56:05-08:00",
    "show": 65172,
    "show_uri": "https://api.kexp.org/v2/shows/65172/?format=api",
    "image_uri": "https://coverartarchive.org/release/a0404970-2a7d-4ad2-8dca-1ac0cfa34dcd/37185417988-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a0404970-2a7d-4ad2-8dca-1ac0cfa34dcd/37185417988-250.jpg",
    "song": "What Does It Take",
    "track_id": null,
    "recording_id": "5e15de0d-6cf6-46d7-bfad-f2d54b54ff8b",
    "artist": "Alton Ellis",
    "artist_ids": [
        "b04d9207-306c-42db-8b6a-c94d49b4b08a"
    ],
    "album": "Gay Jamaica Independence Time",
    "release_id": null,
    "release_group_id": "81174a75-4c0e-46be-b54c-66a8c4ee5e8f",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Alton Nehemiah Ellis OD was a Jamaican singer-songwriter. One of the innovators of rocksteady, he was given the informal title \"Godfather of Rocksteady\". In 2006, he was inducted into the International Reggae And World Music Awards Hall Of Fame.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}