Information about plays

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

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

{
    "id": 3414135,
    "uri": "https://api.kexp.org/v2/plays/3414135/?format=api",
    "airdate": "2024-10-18T03:39:46-07:00",
    "show": 61604,
    "show_uri": "https://api.kexp.org/v2/shows/61604/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Fond Farewell",
    "track_id": "2da95cbd-75b7-3817-9dcb-ca3014c0b235",
    "recording_id": "a961136a-2d59-4580-903a-d5e86951df74",
    "artist": "Elliott Smith",
    "artist_ids": [
        "03ad1736-b7c9-412a-b442-82536d63a5c4"
    ],
    "album": "From a Basement on the Hill",
    "release_id": "f01097d5-8a73-3585-8c62-3831a3bd0db6",
    "release_group_id": "73c74665-e920-3bf1-bfcf-27d2fd7b9c09",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2004-10-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "20th anniversary today! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}