Information about plays

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

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

{
    "id": 3612583,
    "uri": "https://api.kexp.org/v2/plays/3612583/?format=api",
    "airdate": "2026-02-03T06:21:05-08:00",
    "show": 65828,
    "show_uri": "https://api.kexp.org/v2/shows/65828/?format=api",
    "image_uri": "https://coverartarchive.org/release/629a6742-f42c-4b23-9ce8-bbeb87658990/22444053969-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/629a6742-f42c-4b23-9ce8-bbeb87658990/22444053969-250.jpg",
    "song": "Give Him a Great Big Kiss",
    "track_id": null,
    "recording_id": "9841981d-fa32-49c0-8a65-739bcf40b9db",
    "artist": "The Shangri‐Las",
    "artist_ids": [
        "91d01e5f-252d-469d-a16a-12c613e48e5d"
    ],
    "album": "Golden Hits of The Shangri-Las",
    "release_id": null,
    "release_group_id": "f3faa7f9-43cf-388e-9cc2-a68e4c054465",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1966-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the Shangri-Las perform \"Give Him a Great Big Kiss\" live here: https://www.youtube.com/watch?v=SbVt2FKJz4E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}