Information about plays

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

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

{
    "id": 3422185,
    "uri": "https://api.kexp.org/v2/plays/3422185/?format=api",
    "airdate": "2024-11-06T18:17:31-08:00",
    "show": 61781,
    "show_uri": "https://api.kexp.org/v2/shows/61781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "God",
    "track_id": "a4934c9b-af3f-4cf3-9e92-f49a7bd56584",
    "recording_id": "9b569742-ab47-4d59-8969-685219f03013",
    "artist": "Tori Amos",
    "artist_ids": [
        "c0b2500e-0cef-4130-869d-732b23ed9df5"
    ],
    "album": "God",
    "release_id": "8f2390c9-03c0-4f4c-8e40-d4c434b6b489",
    "release_group_id": "dc47fe47-41b0-36f7-a09c-909f152f91d0",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1993-11-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The music video for \"God\" directed by Melodie McDaniel, features Amos in a variety of religiously-themed situations\n\nView the official music video:\nhttps://youtu.be/cN3rzi7dZVQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}