Information about plays

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

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

{
    "id": 3554417,
    "uri": "https://api.kexp.org/v2/plays/3554417/?format=api",
    "airdate": "2025-09-18T02:00:10-07:00",
    "show": 64591,
    "show_uri": "https://api.kexp.org/v2/shows/64591/?format=api",
    "image_uri": "https://coverartarchive.org/release/8a172e8e-5baf-4caa-84a3-a038e5e47734/18003287058-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8a172e8e-5baf-4caa-84a3-a038e5e47734/18003287058-250.jpg",
    "song": "Walking on Sunshine",
    "track_id": null,
    "recording_id": "2597e495-9bd9-4a79-8b2f-a5e8301b55bd",
    "artist": "Eddy Grant",
    "artist_ids": [
        "0cf0583a-fcfd-4f07-b573-95273ec4bdb5"
    ],
    "album": "Walking on Sunshine",
    "release_id": null,
    "release_group_id": "1590720a-5bde-3102-803d-da069110867f",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}