Information about plays

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

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

{
    "id": 3564314,
    "uri": "https://api.kexp.org/v2/plays/3564314/?format=api",
    "airdate": "2025-10-12T19:30:07-07:00",
    "show": 64818,
    "show_uri": "https://api.kexp.org/v2/shows/64818/?format=api",
    "image_uri": "https://coverartarchive.org/release/ebf08bf7-cc1c-4cf8-b124-75bb535e7d1e/38049708298-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ebf08bf7-cc1c-4cf8-b124-75bb535e7d1e/38049708298-250.jpg",
    "song": "Give It Up or Turnit a Loose",
    "track_id": null,
    "recording_id": "3eb79ebe-709f-4aa3-9a9a-da0877e48492",
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "It’s a New Day - Let a Man Come In",
    "release_id": null,
    "release_group_id": "9e8cf0eb-8286-4a22-999d-a4f377fcf21d",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1970-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "James Brown originally released \"Give It Up or Turnit a Loose\" as a single in 1969. The song became a #1 R&B hit and also made the top 20 pop singles chart. \"Give It Up or Turnit a Loose\" appeared as an instrumental on the Ain't It Funky (1970) album, removing Brown's vocals and adding guitar overdubs, while the vocal version was released on It's a New Day – Let a Man Come In (1970).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}