Information about plays

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

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

{
    "id": 3592905,
    "uri": "https://api.kexp.org/v2/plays/3592905/?format=api",
    "airdate": "2025-12-19T02:32:32-08:00",
    "show": 65415,
    "show_uri": "https://api.kexp.org/v2/shows/65415/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Looking for a New Love",
    "track_id": "a19f7c7d-2306-4de7-9ced-06e502eedb36",
    "recording_id": "a6024240-d907-4138-914f-3358df5a51b1",
    "artist": "Jody Watley",
    "artist_ids": [
        "699e687d-9e77-4fd0-9b7a-54d2aaadf05b"
    ],
    "album": "Jody Watley",
    "release_id": "6c768e5c-f601-4384-81f3-d9602355c75b",
    "release_group_id": "38746ff1-78b2-3bd5-8c0f-c78148ae8d94",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1987-02-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Contrary to popular belief, the catchphrase \"Hasta la vista, baby\" did not originate from Arnold Schwarzenegger in the movie Terminator 2: Judgment Day - it originated as a lyric from this song, released four years prior to T2!!!\n\nhttps://www.youtube.com/watch?v=YQL-B3PNkeI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}