Information about plays

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

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

{
    "id": 3413129,
    "uri": "https://api.kexp.org/v2/plays/3413129/?format=api",
    "airdate": "2024-10-15T22:14:58-07:00",
    "show": 61587,
    "show_uri": "https://api.kexp.org/v2/shows/61587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Islands",
    "track_id": null,
    "recording_id": "4b95b3fb-3c50-4940-b8bf-d39f77a9691f",
    "artist": "The xx",
    "artist_ids": [
        "c5c2ea1c-4bde-4f4d-bd0b-47b200bf99d6"
    ],
    "album": "xx",
    "release_id": null,
    "release_group_id": "23355caf-a543-4b5f-80fe-449101868fc1",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2009-08-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out The XX live on KEXP here. https://www.youtube.com/watch?v=QGkhlIC9wEI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}