Information about plays

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

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

{
    "id": 3631742,
    "uri": "https://api.kexp.org/v2/plays/3631742/?format=api",
    "airdate": "2026-03-21T01:39:18-07:00",
    "show": 66237,
    "show_uri": "https://api.kexp.org/v2/shows/66237/?format=api",
    "image_uri": "https://coverartarchive.org/release/b5207d36-32bd-4a35-b83d-d63ce3064b79/22003795700-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b5207d36-32bd-4a35-b83d-d63ce3064b79/22003795700-250.jpg",
    "song": "Headache",
    "track_id": null,
    "recording_id": "56e6ba50-153e-4f50-b8c0-bf67e8066338",
    "artist": "METZ",
    "artist_ids": [
        "449c400c-8312-4c1d-bed8-c8d774090759"
    ],
    "album": "METZ",
    "release_id": null,
    "release_group_id": "aa735a6c-946c-4ad5-b753-8209550a145e",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2012-10-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "METZ were influenced by Kittens and are on Sub Pop Records!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}