Information about plays

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

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

{
    "id": 3438184,
    "uri": "https://api.kexp.org/v2/plays/3438184/?format=api",
    "airdate": "2024-12-14T22:40:38-08:00",
    "show": 62112,
    "show_uri": "https://api.kexp.org/v2/shows/62112/?format=api",
    "image_uri": "https://coverartarchive.org/release/3278deda-170c-44aa-aa59-a42b63444b51/38611567752-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3278deda-170c-44aa-aa59-a42b63444b51/38611567752-250.jpg",
    "song": "Shut Up",
    "track_id": null,
    "recording_id": "57b794c5-9f07-4703-bef6-0278e4a9a1f4",
    "artist": "The Monks",
    "artist_ids": [
        "72bfcd14-0a48-43d9-86cf-e8d0f264fb13"
    ],
    "album": "Black Monk Time",
    "release_id": null,
    "release_group_id": "f0d042e6-6f09-4860-ae7c-d6c70cd613db",
    "labels": [
        "Israphon"
    ],
    "label_ids": [
        "36372137-5bb7-48d4-a65e-c3918490597c"
    ],
    "release_date": "1966-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A tribute album, titled Silver Monk Time, containing tracks by numerous avant-garde bands, was released in October 2006 as the soundtrack to the award-winning documentary Monks: The Transatlantic Feedback.\n\nhttps://www.the-monks.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}