Information about plays

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

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

{
    "id": 3422029,
    "uri": "https://api.kexp.org/v2/plays/3422029/?format=api",
    "airdate": "2024-11-06T08:08:12-08:00",
    "show": 61778,
    "show_uri": "https://api.kexp.org/v2/shows/61778/?format=api",
    "image_uri": "https://coverartarchive.org/release/3544c481-59c5-4f2f-86e4-288c0861346a/14747175105-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3544c481-59c5-4f2f-86e4-288c0861346a/14747175105-250.jpg",
    "song": "Ship of Fools",
    "track_id": null,
    "recording_id": "f6e102d0-29e7-4c5f-bbdc-d407053e3cac",
    "artist": "World Party",
    "artist_ids": [
        "f7691e08-2824-4e40-b126-4e4a20675036"
    ],
    "album": "Private Revolution",
    "release_id": null,
    "release_group_id": "8a6b4c17-51bf-3f14-884b-bfa1dd79195d",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sad sad day for America.  Hate, racism and misogyny won. I'm crushed and disgusted.  \nShip of Fools by World Party is the perfect song for today. \nYou are not alone is even more important today. \nCorey in Seattle",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}