Information about plays

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

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

{
    "id": 3554651,
    "uri": "https://api.kexp.org/v2/plays/3554651/?format=api",
    "airdate": "2025-09-18T15:42:27-07:00",
    "show": 64595,
    "show_uri": "https://api.kexp.org/v2/shows/64595/?format=api",
    "image_uri": "https://coverartarchive.org/release/1bc06eb6-e53a-3843-ba33-2640aa22b190/7481528954-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1bc06eb6-e53a-3843-ba33-2640aa22b190/7481528954-250.jpg",
    "song": "El Salvador",
    "track_id": null,
    "recording_id": "db327dc5-2771-4180-8efd-4d9f560c8037",
    "artist": "Peter, Paul & Mary",
    "artist_ids": [
        "3d621c94-2356-4532-ad52-79e0ef73e20c"
    ],
    "album": "No Easy Walk to Freedom",
    "release_id": null,
    "release_group_id": "b6fc5431-0904-3c4e-800b-6445be5f9d01",
    "labels": [
        "Gold Castle Records"
    ],
    "label_ids": [
        "b7d0e01a-be2b-4e1b-ba56-b842fea5d185"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song, written, by Noel Paul Stookey, was a protest against US involvement in Latin America, specifically El Salvador.\n--\nWatch them perform it live in 1986: https://www.youtube.com/watch?v=gOAqPqt6nqU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}