Information about plays

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

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

{
    "id": 3414730,
    "uri": "https://api.kexp.org/v2/plays/3414730/?format=api",
    "airdate": "2024-10-19T15:49:33-07:00",
    "show": 61620,
    "show_uri": "https://api.kexp.org/v2/shows/61620/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Down in Mexico",
    "track_id": null,
    "recording_id": "c87e5ac1-5754-403b-bc6c-b191932a63fc",
    "artist": "The Coasters",
    "artist_ids": [
        "c174f353-4666-4dfb-af54-5cc70b8afd55"
    ],
    "album": "Death Proof",
    "release_id": null,
    "release_group_id": "9edcbf1b-2a7b-3221-88e1-779d3d3e4aee",
    "labels": [
        "Maverick"
    ],
    "label_ids": [
        "79afd9ce-c6b2-4e9a-9b23-a13e25d70688"
    ],
    "release_date": "2007-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Down in Mexico\" is the debut single by the Coasters, released in 1956. The song was written by Jerry Leiber and Mike Stoller and appears on the 1957 album, The Coasters. It reached No. 8 on the R&B chart in 1956.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}