Information about plays

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

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

{
    "id": 3573557,
    "uri": "https://api.kexp.org/v2/plays/3573557/?format=api",
    "airdate": "2025-11-03T16:06:36-08:00",
    "show": 65015,
    "show_uri": "https://api.kexp.org/v2/shows/65015/?format=api",
    "image_uri": "https://coverartarchive.org/release/e4f072ce-1f10-4443-a066-e0e01d788834/36714461388-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e4f072ce-1f10-4443-a066-e0e01d788834/36714461388-250.jpg",
    "song": "Time After Time",
    "track_id": null,
    "recording_id": "ae29b3fd-9025-4748-b85e-d6a490313255",
    "artist": "Cassandra Wilson",
    "artist_ids": [
        "eb6595d3-e559-4bcc-a516-843bfdba82e9"
    ],
    "album": "Traveling Miles",
    "release_id": null,
    "release_group_id": "a5f6b597-4ea5-3a66-891f-925f6fbdf46d",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1999-03-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dedicated to Michele Khazak.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}