Information about plays

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

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

{
    "id": 3585357,
    "uri": "https://api.kexp.org/v2/plays/3585357/?format=api",
    "airdate": "2025-12-01T08:50:30-08:00",
    "show": 65261,
    "show_uri": "https://api.kexp.org/v2/shows/65261/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "i/o (Bright‐Side mix)",
    "track_id": "5ada1e88-31be-4be4-be3c-cabfe1d6d76b",
    "recording_id": "0d370c44-55b9-4660-9cd4-e4c4d1d7b859",
    "artist": "Peter Gabriel",
    "artist_ids": [
        "8e66ea2b-b57b-47d9-8df0-df4630aeb8e5"
    ],
    "album": "i/o",
    "release_id": "b028c4f6-5abc-4270-b903-b99c7e3bc7f6",
    "release_group_id": "7dc5a2fe-452f-462b-a5c0-b303d3e60629",
    "labels": [
        "Real World"
    ],
    "label_ids": [
        "351bf0d2-f806-416f-a6e9-fdb8ee238eac"
    ],
    "release_date": "2023-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I/O was released this day in 2023\n\nhttps://petergabriel.bandcamp.com/track/i-o-bright-side-mix-3\n\n\"Good morning, Morning Crew! ☺️\n\nMy 6-year-old Derin (said like Darren) just learned about Peter Gabriel this weekend and is obsessed with his voice. Do you think you could play some Peter Gabriel? She loves Dont Give Up but any will do!\n\nThank you for all you do in our community!\" - Jessica",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}