Information about plays

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

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

{
    "id": 3428881,
    "uri": "https://api.kexp.org/v2/plays/3428881/?format=api",
    "airdate": "2024-11-23T00:51:19-08:00",
    "show": 61920,
    "show_uri": "https://api.kexp.org/v2/shows/61920/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Luther feat. SZA",
    "track_id": null,
    "recording_id": null,
    "artist": "Kendrick Lamar",
    "artist_ids": [
        "381086ea-f511-4aba-bdf9-71c753dc5077"
    ],
    "album": "GNX",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Top Dawg Entertainment"
    ],
    "label_ids": [
        "56d2501f-12b7-4cfd-b8f8-e95189ea27f5"
    ],
    "release_date": "2024-11-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}