Information about plays

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

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

{
    "id": 3542018,
    "uri": "https://api.kexp.org/v2/plays/3542018/?format=api",
    "airdate": "2025-08-19T09:55:28-07:00",
    "show": 64330,
    "show_uri": "https://api.kexp.org/v2/shows/64330/?format=api",
    "image_uri": "https://coverartarchive.org/release/75541e3c-dae5-3b22-b073-d279357e3a18/4432180402-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/75541e3c-dae5-3b22-b073-d279357e3a18/4432180402-250.jpg",
    "song": "Motorcycle",
    "track_id": null,
    "recording_id": "3647272c-b4d8-4038-b454-52546a2dd238",
    "artist": "Love and Rockets",
    "artist_ids": [
        "8cb3aa4a-3b4c-48b8-be0a-e57010fc1430"
    ],
    "album": "Love and Rockets",
    "release_id": null,
    "release_group_id": "f6f6074d-e7d8-3836-b992-a8af04434e12",
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1989-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Love and Rockets were an English alternative rock band formed in 1985 by former Bauhaus members Daniel Ash (vocals, guitar and saxophone), David J (bass guitar and vocals) and Kevin Haskins (drums and synthesizers) after that group split in 1983. This 1989 self-titled album was their fourth release.\nhttps://loveandrockets.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}