Information about plays

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

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

{
    "id": 3411542,
    "uri": "https://api.kexp.org/v2/plays/3411542/?format=api",
    "airdate": "2024-10-12T03:21:56-07:00",
    "show": 61553,
    "show_uri": "https://api.kexp.org/v2/shows/61553/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Keep Going (And Don't Forget)",
    "track_id": "651fc558-14ea-4fe7-932b-a418e35dcb2c",
    "recording_id": "cd381b70-4f7b-4065-ba8b-0131850583b1",
    "artist": "Shad",
    "artist_ids": [
        "15d58b2e-63f9-454b-845b-397dc443f17f"
    ],
    "album": "Reel Speakers",
    "release_id": "a7ea1a33-1ad4-4115-a79c-fbe556a1e1d4",
    "release_group_id": "1cd9d0ea-527b-4418-8da1-43a441d00743",
    "labels": [
        "Secret City Records"
    ],
    "label_ids": [
        "52e7fb03-e52f-4a7c-983a-42d8db2729a6"
    ],
    "release_date": "2024-10-02",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Toronto-based, Juno Award-winning rapper Shad (aka Shadrach Kabango) finds him teaming up Ypsilanti, Michigan-based producer 14KT",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}