Information about plays

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

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

{
    "id": 3560307,
    "uri": "https://api.kexp.org/v2/plays/3560307/?format=api",
    "airdate": "2025-10-02T03:02:20-07:00",
    "show": 64722,
    "show_uri": "https://api.kexp.org/v2/shows/64722/?format=api",
    "image_uri": "https://coverartarchive.org/release/f4aaf68d-9154-4b82-b76a-e13093412036/2191243367-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f4aaf68d-9154-4b82-b76a-e13093412036/2191243367-250.jpg",
    "song": "All I Do Is Think of You",
    "track_id": null,
    "recording_id": "699ee332-9761-457e-b5b1-3308102d7ec6",
    "artist": "The Jackson 5",
    "artist_ids": [
        "e5257dc5-1edd-4fca-b7e6-1158e00522c8"
    ],
    "album": "Moving Violation",
    "release_id": null,
    "release_group_id": "e0eabebf-f73d-3287-ab03-b4b99c8d8e68",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1975-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rev's 3 AM Slow Jam of the Week <3\n\nJ Dilla sampled this one for \"Time: The Donut of the Heart.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}