Information about plays

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

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

{
    "id": 3598488,
    "uri": "https://api.kexp.org/v2/plays/3598488/?format=api",
    "airdate": "2025-12-31T15:20:05-08:00",
    "show": 65525,
    "show_uri": "https://api.kexp.org/v2/shows/65525/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Body Movin’",
    "track_id": "3f63e093-8b2b-32ab-a180-860d306e47c3",
    "recording_id": "86e3bd60-85a6-471f-9dd7-6c9a5587f961",
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Hello Nasty",
    "release_id": "11411c54-c40a-3816-91a3-736fcef82262",
    "release_group_id": "96c996ab-2a78-3abd-8974-c96b5724ae28",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1998-07-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This one goes out to Greg!\n--\nThis song integrates a 1970 recording called \"Modern Dynamic Physical Fitness Activities\" by Ed Durlacher, who was best known as a square dance caller. In his recording, he goes through some basic calisthenics, but Beastie Boys chopped it up to make it sound like dance instruction. \n--\n\"Body Movin'\" also sampled Graham Central Station's 1975 \"The Jam\", as well as \"Oye Como Va\" by Amral's Trinidad Cavaliers.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}