Information about plays

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

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

{
    "id": 3594351,
    "uri": "https://api.kexp.org/v2/plays/3594351/?format=api",
    "airdate": "2025-12-22T06:15:29-08:00",
    "show": 65446,
    "show_uri": "https://api.kexp.org/v2/shows/65446/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Speak My Language",
    "track_id": "f6a3ddd4-d250-33ff-b86d-9e0195c423e0",
    "recording_id": "f6bbb05b-d462-4747-9a42-f16536cd2ada",
    "artist": "Morphine",
    "artist_ids": [
        "42689657-cbec-4f66-a9ed-80f939ea23ed"
    ],
    "album": "Good",
    "release_id": "57d73272-fa6c-4a21-b57b-e2ced0c080af",
    "release_group_id": "8b9d0b02-a0a9-31ed-831b-e33e07e81716",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1993-07-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Good\" is the debut album by the Boston-based alternative rock trio Morphine, released in 1992.\n\nWatch a live version of the track here:\nhttps://www.youtube.com/watch?v=9MUYTri3HNw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}