Information about plays

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

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

{
    "id": 3624476,
    "uri": "https://api.kexp.org/v2/plays/3624476/?format=api",
    "airdate": "2026-03-02T17:30:13-08:00",
    "show": 66074,
    "show_uri": "https://api.kexp.org/v2/shows/66074/?format=api",
    "image_uri": "https://coverartarchive.org/release/d628b925-8dcb-4312-8e65-71c8cb8adfed/32830749632-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d628b925-8dcb-4312-8e65-71c8cb8adfed/32830749632-250.jpg",
    "song": "Save the Children (Salaam Remi remix)",
    "track_id": null,
    "recording_id": "bb4bce01-5a5a-4d5d-b156-f0d47c994385",
    "artist": "Marvin Gaye & Salaam Remi",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42",
        "9b5cec21-c18d-498c-afbd-67db0e80e8e9"
    ],
    "album": "Save the World: Remix Suite",
    "release_id": null,
    "release_group_id": "0fd5cdaa-c049-4495-abde-2bf2e25de6f0",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2021-11-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Marvin Gaye said this song is a continuation of the sentiments on \"What's Going On\", about police brutality. \nSalaam Remi, film composer and record producer integrates his reggae \"broken bottle\" style onto this track with delicacy and grace. This new remix album was released only one week ago!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}