Information about plays

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

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

{
    "id": 3606410,
    "uri": "https://api.kexp.org/v2/plays/3606410/?format=api",
    "airdate": "2026-01-19T14:45:42-08:00",
    "show": 65700,
    "show_uri": "https://api.kexp.org/v2/shows/65700/?format=api",
    "image_uri": "https://coverartarchive.org/release/18d980d4-43f6-4d22-a6df-50ce7a3a6757/15600546210-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/18d980d4-43f6-4d22-a6df-50ce7a3a6757/15600546210-250.jpg",
    "song": "Mighty Heavy Load",
    "track_id": null,
    "recording_id": "aa66e609-4aef-4e80-b76d-1518e2eace35",
    "artist": "Cymande",
    "artist_ids": [
        "21c5fb53-6fbc-4080-989a-b26d4540f4fd"
    ],
    "album": "Cymande",
    "release_id": null,
    "release_group_id": "df26277b-ccea-3f53-a4ae-226535859a22",
    "labels": [
        "Cherry Red Records"
    ],
    "label_ids": [
        "0a866b14-bfd8-4e74-b451-ada9fc713329"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cymande is a British funk group that was originally active in the early 1970s. The band name derives from a calypso word for \"dove\", which symbolises peace and love; it is also the title of one of their best-known songs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}