Information about plays

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

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

{
    "id": 3438930,
    "uri": "https://api.kexp.org/v2/plays/3438930/?format=api",
    "airdate": "2024-12-16T18:10:21-08:00",
    "show": 62128,
    "show_uri": "https://api.kexp.org/v2/shows/62128/?format=api",
    "image_uri": "https://coverartarchive.org/release/8683a064-f090-4101-96b2-484928df56b6/7474243272-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8683a064-f090-4101-96b2-484928df56b6/7474243272-250.jpg",
    "song": "Augustus Gloop",
    "track_id": null,
    "recording_id": "86199e5e-5250-4d7c-bc13-819892fcb57c",
    "artist": "Danny Elfman",
    "artist_ids": [
        "5b24fbab-c58f-4c37-a59d-ab232e2d98c4"
    ],
    "album": "Charlie and the Chocolate Factory (Original Motion Picture Soundtrack)",
    "release_id": null,
    "release_group_id": "f35a7845-6b53-3c6f-8f94-9a57dcb76167",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-07-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}