Information about plays

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

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

{
    "id": 3547618,
    "uri": "https://api.kexp.org/v2/plays/3547618/?format=api",
    "airdate": "2025-09-01T15:07:21-07:00",
    "show": 64447,
    "show_uri": "https://api.kexp.org/v2/shows/64447/?format=api",
    "image_uri": "https://coverartarchive.org/release/07e8b1d1-6fa7-3baa-8658-026060ae06c5/14454641304-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/07e8b1d1-6fa7-3baa-8658-026060ae06c5/14454641304-250.jpg",
    "song": "Forever Young",
    "track_id": null,
    "recording_id": "eed132f7-f6b4-47a2-8e45-5812a2b4c92c",
    "artist": "Alphaville",
    "artist_ids": [
        "31aa6f87-8d00-4ae9-a5cc-6d7eeea109d2"
    ],
    "album": "Forever Young",
    "release_id": null,
    "release_group_id": "bd021fbe-fbe9-3564-96c7-14de208de37f",
    "labels": [
        "WEA"
    ],
    "label_ids": [],
    "release_date": "1984-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Pachelbel Day!\n\nhttps://www.youtube.com/watch?v=i-C1zQVf5TU&t=46s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}