Information about plays

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

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

{
    "id": 3423853,
    "uri": "https://api.kexp.org/v2/plays/3423853/?format=api",
    "airdate": "2024-11-10T20:51:02-08:00",
    "show": 61817,
    "show_uri": "https://api.kexp.org/v2/shows/61817/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get It From The Bottom",
    "track_id": null,
    "recording_id": "e2a7ca08-bbe9-415c-a523-cf43b78880b4",
    "artist": "Gregory James",
    "artist_ids": [
        "32151723-2836-47e5-b85a-5bc7de8fc19d"
    ],
    "album": "Gonna Grow Some Gold",
    "release_id": null,
    "release_group_id": "bc80aab1-466e-42b3-8097-15d1cde1a32e",
    "labels": [
        "Kelli Arts"
    ],
    "label_ids": [
        "89620ade-1b50-423c-a043-1d0896809081"
    ],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gregory James released \"Get It From The Bottom\" in 1979 on the album Gonna Grow Some Gold.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}