Information about plays

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

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

{
    "id": 3554201,
    "uri": "https://api.kexp.org/v2/plays/3554201/?format=api",
    "airdate": "2025-09-17T13:51:03-07:00",
    "show": 64587,
    "show_uri": "https://api.kexp.org/v2/shows/64587/?format=api",
    "image_uri": "https://ia600308.us.archive.org/34/items/mbid-7e60f599-75b0-41e0-8ce6-1bf1f1aa918c/mbid-7e60f599-75b0-41e0-8ce6-1bf1f1aa918c-5450769235_thumb500.jpg",
    "thumbnail_uri": "https://ia600308.us.archive.org/34/items/mbid-7e60f599-75b0-41e0-8ce6-1bf1f1aa918c/mbid-7e60f599-75b0-41e0-8ce6-1bf1f1aa918c-5450769235_thumb250.jpg",
    "song": "Here and Now",
    "track_id": "ce930e3b-1cb6-3178-bed6-1858b495fb33",
    "recording_id": "187c8945-9356-4fc4-81ec-54702ebd8087",
    "artist": "Ride",
    "artist_ids": [
        "3f575ecd-627d-4f08-a89f-abd46d469c7e"
    ],
    "album": "Fall",
    "release_id": "7e60f599-75b0-41e0-8ce6-1bf1f1aa918c",
    "release_group_id": "f19e497d-104a-3cf1-ac26-c802431e3442",
    "labels": [
        "Creation Records"
    ],
    "label_ids": [
        "73fc1220-d52c-478c-883c-124c1bf38b95"
    ],
    "release_date": "1990-09-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to the \"Fall\" EP, Ride's third EP, released on September 17th, 1990. You can find rare vinyl of that release for somewhere between $65.00 and $130.00!: https://us.rarevinyl.com/es/products/ride-fall-ep-uk-12-inch-vinyl-single-maxi-cre087t-286239\n---\nWatch a live performance by Ride in the KEXP studio from last May: https://www.youtube.com/watch?v=2pQfl69Yogc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}