Information about plays

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

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

{
    "id": 3550627,
    "uri": "https://api.kexp.org/v2/plays/3550627/?format=api",
    "airdate": "2025-09-08T23:38:52-07:00",
    "show": 64513,
    "show_uri": "https://api.kexp.org/v2/shows/64513/?format=api",
    "image_uri": "https://coverartarchive.org/release/9aaed464-3521-34c2-8ee0-16216698db08/19558630575-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9aaed464-3521-34c2-8ee0-16216698db08/19558630575-250.jpg",
    "song": "Wild in Blue",
    "track_id": null,
    "recording_id": null,
    "artist": "Suicide",
    "artist_ids": [
        "7a0f02e0-0ab8-4a62-9e14-c6925cfaed07"
    ],
    "album": "A Way of Life",
    "release_id": null,
    "release_group_id": "3979465e-cea8-346a-bdb5-1dc33312f350",
    "labels": [
        "Chapter 22"
    ],
    "label_ids": [
        "ce1a145e-26c3-4ed1-84a4-8b8b5c23b117"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tangled up in blue",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}