Information about plays

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

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

{
    "id": 3413920,
    "uri": "https://api.kexp.org/v2/plays/3413920/?format=api",
    "airdate": "2024-10-17T13:33:52-07:00",
    "show": 61600,
    "show_uri": "https://api.kexp.org/v2/shows/61600/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Way Star",
    "track_id": null,
    "recording_id": "4655a616-935c-437a-a7b9-ebbe518cbd53",
    "artist": "Rubba",
    "artist_ids": [
        "4bf8bf97-62a6-47be-bc4d-09473b617722"
    ],
    "album": "In Motion: Modern Progressive Group Sounds",
    "release_id": null,
    "release_group_id": "da465ddf-c3ee-4cc3-83ce-3cd1dbc85344",
    "labels": [
        "De Wolfe Music"
    ],
    "label_ids": [
        "29221541-34d8-49b9-a1f5-dccb0a3785db"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}