Information about plays

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

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

{
    "id": 3598600,
    "uri": "https://api.kexp.org/v2/plays/3598600/?format=api",
    "airdate": "2025-12-31T22:41:06-08:00",
    "show": 65528,
    "show_uri": "https://api.kexp.org/v2/shows/65528/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Brick House",
    "track_id": "acdf45e2-0ff3-38a2-b4c5-64f63ed7741d",
    "recording_id": "2ae8ebe9-ee70-4ef6-9489-0d8c8f38e54c",
    "artist": "Commodores",
    "artist_ids": [
        "900ab237-327b-44e2-87e4-73250bbe025a"
    ],
    "album": "Commodores",
    "release_id": "d16233a9-da9d-448d-8b53-01a85286daaf",
    "release_group_id": "ee9b6cad-ee58-3529-81ba-cc204769459c",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1977-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 1991 the Commodores were inducted into The National Association of Brick Distributors' Brick Hall of Fame in recognition of this song. - https://bit.ly/3Do6GQM\n\nThank you for listening to KEXP and being with us! https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}