Information about plays

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

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

{
    "id": 3415305,
    "uri": "https://api.kexp.org/v2/plays/3415305/?format=api",
    "airdate": "2024-10-20T23:00:53-07:00",
    "show": 61630,
    "show_uri": "https://api.kexp.org/v2/shows/61630/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She a Go",
    "track_id": null,
    "recording_id": "c55d5db3-2a5a-42c7-8545-830aa0c87bf3",
    "artist": "DJ Rashad feat. Spinn & Taso",
    "artist_ids": [
        "b75039d8-ccaf-4092-a310-903b8f594f55",
        "987dbb5a-1593-4b83-8e42-fb6f3861154e",
        "08d46ab9-9286-4152-8604-61bf9318e9c3"
    ],
    "album": "Double Cup",
    "release_id": null,
    "release_group_id": "02a46b38-34fe-4a8c-8598-6ad7579adf42",
    "labels": [
        "Beat Records"
    ],
    "label_ids": [
        "ea424c04-1edd-4ce4-8b3b-8181571ccaa3"
    ],
    "release_date": "2013-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "S/o Dave and Mason listening from Chicago!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}