Information about plays

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

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

{
    "id": 3594363,
    "uri": "https://api.kexp.org/v2/plays/3594363/?format=api",
    "airdate": "2025-12-22T06:52:33-08:00",
    "show": 65446,
    "show_uri": "https://api.kexp.org/v2/shows/65446/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Need You Tonight",
    "track_id": "ac858f0e-c6aa-47f0-b147-6c3fc7798744",
    "recording_id": "aa12dc94-77b1-4e9b-990f-b2bae959f5e0",
    "artist": "INXS",
    "artist_ids": [
        "481bf5f9-2e7c-4c44-b08a-05b32bc7c00d"
    ],
    "album": "Kick",
    "release_id": "2d50bb4c-756c-4336-a546-a6049cd9530f",
    "release_group_id": "ec6bc9d7-01e1-3d58-8e79-960611b26f44",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1987-10-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hear that slap? Multi-instrumentalist Andrew Farriss used the Roland 707 drum machine. The song came out just months after the debut of the Roland machine.\n\nhttps://articles.roland.com/need-you-tonight-by-inxs/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}