Information about plays

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

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

{
    "id": 3522698,
    "uri": "https://api.kexp.org/v2/plays/3522698/?format=api",
    "airdate": "2025-07-04T19:57:00-07:00",
    "show": 63920,
    "show_uri": "https://api.kexp.org/v2/shows/63920/?format=api",
    "image_uri": "https://ia600205.us.archive.org/34/items/mbid-9648435f-ce2f-4e6b-bebe-90ef7c6f2d88/mbid-9648435f-ce2f-4e6b-bebe-90ef7c6f2d88-8256283799_thumb500.jpg",
    "thumbnail_uri": "https://ia800205.us.archive.org/34/items/mbid-9648435f-ce2f-4e6b-bebe-90ef7c6f2d88/mbid-9648435f-ce2f-4e6b-bebe-90ef7c6f2d88-8256283799_thumb250.jpg",
    "song": "What's Going On",
    "track_id": "9b91ae86-7fa1-3211-a54c-ec6c1048aa70",
    "recording_id": "5a80bd9b-4d50-4329-a392-005e9b4be48f",
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "The Very Best of Marvin Gaye",
    "release_id": "9648435f-ce2f-4e6b-bebe-90ef7c6f2d88",
    "release_group_id": "fabc8d10-64e5-452c-bfe3-5da10451d136",
    "labels": [
        "Motown",
        "UTV Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b",
        "b76b577b-3460-4d8c-874f-4530b3396311"
    ],
    "release_date": "2001-07-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"What's Going On\" is a song and album by Marvin Gaye, released in 1971, that became a landmark in both Gaye's career and the history of soul music. The song, inspired by social unrest and the Vietnam War, marked a departure from Gaye's previous work and tackled themes of social injustice, poverty, and environmental concerns. Its success propelled Gaye to further artistic freedom and influenced a generation of musicians. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}