Information about plays

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

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

{
    "id": 3580446,
    "uri": "https://api.kexp.org/v2/plays/3580446/?format=api",
    "airdate": "2025-11-20T00:49:29-08:00",
    "show": 65157,
    "show_uri": "https://api.kexp.org/v2/shows/65157/?format=api",
    "image_uri": "https://coverartarchive.org/release/04c6331d-4da7-4c25-9ea5-b85ef5bcc4cf/15063154003-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/04c6331d-4da7-4c25-9ea5-b85ef5bcc4cf/15063154003-250.jpg",
    "song": "Wake Up Everybody",
    "track_id": null,
    "recording_id": "896dffa9-80f3-4f3e-bf02-fef69c4716b6",
    "artist": "Harold Melvin & The Blue Notes",
    "artist_ids": [
        "4ef24a03-45e8-40b3-b780-955bec848555"
    ],
    "album": "Wake Up Everybody",
    "release_id": null,
    "release_group_id": "bfb72d82-4f47-3529-8701-266933a8a808",
    "labels": [
        "Philadelphia International Records"
    ],
    "label_ids": [
        "d509d87c-3ad7-4b83-9827-9b76c3a49126"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}