Information about plays

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

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

{
    "id": 3549018,
    "uri": "https://api.kexp.org/v2/plays/3549018/?format=api",
    "airdate": "2025-09-05T00:14:11-07:00",
    "show": 64476,
    "show_uri": "https://api.kexp.org/v2/shows/64476/?format=api",
    "image_uri": "https://coverartarchive.org/release/ed60c875-04f3-3da7-8f87-cef6c0830145/34106019773-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ed60c875-04f3-3da7-8f87-cef6c0830145/34106019773-250.jpg",
    "song": "How Deep Is Your Love",
    "track_id": null,
    "recording_id": "e8622403-438c-447a-a462-9edba8b3945e",
    "artist": "Keith Sweat",
    "artist_ids": [
        "33ecb3d1-9ece-4462-b231-ce6e7a82dd50"
    ],
    "album": "Make It Last Forever",
    "release_id": null,
    "release_group_id": "aaebb6a8-4ef5-3550-8c90-204f1e27011f",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}