Information about plays

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

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

{
    "id": 3607473,
    "uri": "https://api.kexp.org/v2/plays/3607473/?format=api",
    "airdate": "2026-01-22T03:03:21-08:00",
    "show": 65720,
    "show_uri": "https://api.kexp.org/v2/shows/65720/?format=api",
    "image_uri": "https://coverartarchive.org/release/c6a3b16c-4b90-41d4-ac52-faef6160ca6d/15958489215-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c6a3b16c-4b90-41d4-ac52-faef6160ca6d/15958489215-250.jpg",
    "song": "Nobody",
    "track_id": null,
    "recording_id": "217fdd41-be2c-404d-a914-f24ac271bfdf",
    "artist": "Keith Sweat feat. Athena Cage",
    "artist_ids": [
        "33ecb3d1-9ece-4462-b231-ce6e7a82dd50",
        "fa34d60f-29bf-45b8-9df4-25c7b0776a98"
    ],
    "album": "Keith Sweat",
    "release_id": null,
    "release_group_id": "20509801-4e2d-371a-bcc4-5e38681e1b5a",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1996-06-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rev's 3 AM Slow Jam of the week! <3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}