Information about plays

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

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

{
    "id": 3413477,
    "uri": "https://api.kexp.org/v2/plays/3413477/?format=api",
    "airdate": "2024-10-16T14:12:30-07:00",
    "show": 61592,
    "show_uri": "https://api.kexp.org/v2/shows/61592/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pull Up to the Bumper",
    "track_id": "2a9d633b-1ed1-38e0-93e2-2aacb7cc460b",
    "recording_id": "d19f1a8e-fad9-4b46-aa2b-69af91d5adf5",
    "artist": "Grace Jones",
    "artist_ids": [
        "b1c124b3-cf60-41a6-8699-92728c8a3fe0"
    ],
    "album": "Private Life: The Compass Point Sessions",
    "release_id": "236f7864-2d29-4258-aa51-90ed1a720b53",
    "release_group_id": "18cd5a59-f3f2-33b7-bf81-06b6206b9474",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1998-06-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}