Information about plays

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

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

{
    "id": 3417293,
    "uri": "https://api.kexp.org/v2/plays/3417293/?format=api",
    "airdate": "2024-10-25T22:58:45-07:00",
    "show": 61673,
    "show_uri": "https://api.kexp.org/v2/shows/61673/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "GHOST!",
    "track_id": null,
    "recording_id": "8e6553b3-e881-4b78-af98-5c05969cea8f",
    "artist": "Kid Cudi",
    "artist_ids": [
        "e0e1db18-f7ba-4dee-95ff-7ae8cf545460"
    ],
    "album": "Man on the Moon II: The Legend of Mr. Rager",
    "release_id": null,
    "release_group_id": "b7717649-9d68-4665-aa4a-6f4ba7b7e0ea",
    "labels": [
        "Universal Records"
    ],
    "label_ids": [
        "590538e9-b183-4163-ab5a-171fb021ed12"
    ],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}