Information about plays

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

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

{
    "id": 3421629,
    "uri": "https://api.kexp.org/v2/plays/3421629/?format=api",
    "airdate": "2024-11-05T07:17:18-08:00",
    "show": 61769,
    "show_uri": "https://api.kexp.org/v2/shows/61769/?format=api",
    "image_uri": "https://ia800906.us.archive.org/30/items/mbid-d56dbdb6-b551-40eb-8d43-c7194f8ca578/mbid-d56dbdb6-b551-40eb-8d43-c7194f8ca578-6480008619_thumb500.jpg",
    "thumbnail_uri": "https://ia800906.us.archive.org/30/items/mbid-d56dbdb6-b551-40eb-8d43-c7194f8ca578/mbid-d56dbdb6-b551-40eb-8d43-c7194f8ca578-6480008619_thumb250.jpg",
    "song": "What a Wonderful World",
    "track_id": "5f28a465-af10-306e-84ee-7247e0fc6784",
    "recording_id": "fb6f06c7-2a73-476e-aa2c-866fa840324c",
    "artist": "Nick Cave & Shane MacGowan",
    "artist_ids": [
        "4aae17a7-9f0c-487b-b60e-f8eafb410b1d",
        "29bec046-e58b-4b9e-9853-c0bdeb84a5c7"
    ],
    "album": "B-Sides & Rarities",
    "release_id": "d56dbdb6-b551-40eb-8d43-c7194f8ca578",
    "release_group_id": "bbb013fb-7e30-3225-9d56-39f781b9685d",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2005-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}