Information about plays

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

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

{
    "id": 3428455,
    "uri": "https://api.kexp.org/v2/plays/3428455/?format=api",
    "airdate": "2024-11-22T00:28:52-08:00",
    "show": 61911,
    "show_uri": "https://api.kexp.org/v2/shows/61911/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Time",
    "track_id": null,
    "recording_id": "08fc6d49-b036-4403-82ac-45df7a60d633",
    "artist": "Funk Deluxe",
    "artist_ids": [
        "17fdd5f3-a58b-4bef-bfcb-0234cfcaf153"
    ],
    "album": "Street Sounds Edition 9",
    "release_id": null,
    "release_group_id": "bbd3ef93-02b9-407e-a748-ee888eda44c3",
    "labels": [
        "Street Sounds"
    ],
    "label_ids": [
        "4bcc7b4b-e5a7-4e4d-a033-37bb856c3e0c"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}