Information about plays

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

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

{
    "id": 3575962,
    "uri": "https://api.kexp.org/v2/plays/3575962/?format=api",
    "airdate": "2025-11-09T10:01:52-08:00",
    "show": 65064,
    "show_uri": "https://api.kexp.org/v2/shows/65064/?format=api",
    "image_uri": "https://coverartarchive.org/release/fe466281-02b0-4395-b6ea-9cee1db0605e/43315894759-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fe466281-02b0-4395-b6ea-9cee1db0605e/43315894759-250.jpg",
    "song": "Kathy's Song",
    "track_id": null,
    "recording_id": "120cb14e-fe90-4990-971d-c23609ccac22",
    "artist": "Paul Simon",
    "artist_ids": [
        "05517043-ff78-4988-9c22-88c68588ebb9"
    ],
    "album": "The Paul Simon Songbook",
    "release_id": null,
    "release_group_id": "d4214355-7f74-3afc-b407-bcfa743ee60b",
    "labels": [
        "Columbia Records"
    ],
    "label_ids": [],
    "release_date": "1965-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Paul Simon's debut album, dedicated to his girlfriend at the time, Kathy Chitty.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}