Information about plays

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

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

{
    "id": 3631749,
    "uri": "https://api.kexp.org/v2/plays/3631749/?format=api",
    "airdate": "2026-03-21T02:02:13-07:00",
    "show": 66237,
    "show_uri": "https://api.kexp.org/v2/shows/66237/?format=api",
    "image_uri": "https://coverartarchive.org/release/24892317-f40a-4194-a444-a46870ed24b5/33472125601-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/24892317-f40a-4194-a444-a46870ed24b5/33472125601-250.jpg",
    "song": "True",
    "track_id": null,
    "recording_id": "44d7796e-ab53-4304-b9c5-681f05d9baa9",
    "artist": "Spandau Ballet",
    "artist_ids": [
        "4c0d9acf-a8a1-4765-9c56-05f92f68c048"
    ],
    "album": "True",
    "release_id": null,
    "release_group_id": "60605247-c6b1-37fc-b18a-1f9dab47dd9d",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1983-03-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Love Resurrection\" is a 1984 pop hit by Alison Moyet, produced by the duo Jolley & Swain who also produced True",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}