Information about plays

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

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

{
    "id": 3438932,
    "uri": "https://api.kexp.org/v2/plays/3438932/?format=api",
    "airdate": "2024-12-16T18:17:15-08:00",
    "show": 62128,
    "show_uri": "https://api.kexp.org/v2/shows/62128/?format=api",
    "image_uri": "https://coverartarchive.org/release/29b1d016-e37b-49d3-8ce8-d3f09a390141/36791154944-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/29b1d016-e37b-49d3-8ce8-d3f09a390141/36791154944-250.jpg",
    "song": "Mystery of Love",
    "track_id": null,
    "recording_id": "636465c6-4085-426d-945f-02118f9ad379",
    "artist": "Sufjan Stevens",
    "artist_ids": [
        "01d3c51b-9b98-418a-8d8e-37f6fab59d8c"
    ],
    "album": "Call Me by Your Name: Original Motion Picture Soundtrack",
    "release_id": null,
    "release_group_id": "e209b2ce-577c-42f5-b0e0-ef5ffbd92544",
    "labels": [
        "Madison Gate Records"
    ],
    "label_ids": [
        "9ddabb72-7476-420f-baa5-a60554de4762"
    ],
    "release_date": "2017-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Call Me By Your Name.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}