Information about plays

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

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

{
    "id": 3418271,
    "uri": "https://api.kexp.org/v2/plays/3418271/?format=api",
    "airdate": "2024-10-28T05:03:29-07:00",
    "show": 61696,
    "show_uri": "https://api.kexp.org/v2/shows/61696/?format=api",
    "image_uri": "https://ia803406.us.archive.org/20/items/mbid-2c53144b-c8a6-4f7f-9083-6af49fb2c448/mbid-2c53144b-c8a6-4f7f-9083-6af49fb2c448-8206241313_thumb500.jpg",
    "thumbnail_uri": "https://ia803406.us.archive.org/20/items/mbid-2c53144b-c8a6-4f7f-9083-6af49fb2c448/mbid-2c53144b-c8a6-4f7f-9083-6af49fb2c448-8206241313_thumb250.jpg",
    "song": "Symphony no. 25 in G minor, K. 173dB/183: I. Allegro con brio",
    "track_id": "13169e1e-dce3-4694-a12a-6e0576d77591",
    "recording_id": "c4b508f5-9af7-4999-a1f7-093cfc07cfd9",
    "artist": "Wolfgang Amadeus Mozart",
    "artist_ids": [
        "b972f589-fb0e-474e-b64a-803b0364fa75"
    ],
    "album": "Amadeus",
    "release_id": "2c53144b-c8a6-4f7f-9083-6af49fb2c448",
    "release_group_id": "b92ba807-2fee-3e06-887c-ab183fa304bf",
    "labels": [
        "Fantasy"
    ],
    "label_ids": [
        "757acd4a-dade-433d-b754-53468f243220"
    ],
    "release_date": "1984-10-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning, and welcome to Early with Eva Walker...it's a Mozart Monday!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}