Information about plays

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

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

{
    "id": 3421483,
    "uri": "https://api.kexp.org/v2/plays/3421483/?format=api",
    "airdate": "2024-11-04T23:58:50-08:00",
    "show": 61766,
    "show_uri": "https://api.kexp.org/v2/shows/61766/?format=api",
    "image_uri": "https://coverartarchive.org/release/ef0e9967-021e-40a9-af85-4fa0235cdfbb/38401201322-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ef0e9967-021e-40a9-af85-4fa0235cdfbb/38401201322-250.jpg",
    "song": "The Creeps",
    "track_id": null,
    "recording_id": null,
    "artist": "Still Corners",
    "artist_ids": [
        "ea5493df-b8d9-4c89-bd5b-6c4aeba7a0ac"
    ],
    "album": "The Creeps",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Wrecking Light"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Consider this a very, very, very early track for Halloween 2025 - https://www.stillcorners.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}