Information about plays

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

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

{
    "id": 3598304,
    "uri": "https://api.kexp.org/v2/plays/3598304/?format=api",
    "airdate": "2025-12-31T04:57:19-08:00",
    "show": 65521,
    "show_uri": "https://api.kexp.org/v2/shows/65521/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dark End of the Street",
    "track_id": "a37defb9-8eac-4134-933e-082f15c641c6",
    "recording_id": "8097f724-443d-405d-ae92-2b89e8b01190",
    "artist": "Lee Moses",
    "artist_ids": [
        "21351ca4-8fb5-4a47-abd3-4443c2db1288"
    ],
    "album": "How Much Longer Must I Wait? Singles & Rarities (1965-1972)",
    "release_id": "48cf7605-e71d-4590-82d1-e0b1a8a24d46",
    "release_group_id": "efa6584e-7611-40c0-af4e-8d5005309d25",
    "labels": [
        "Future Days Recordings"
    ],
    "label_ids": [
        "38a53280-01ba-4805-bd96-24b0388a3fc8"
    ],
    "release_date": "2019-05-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "By request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}