Information about plays

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

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

{
    "id": 3412997,
    "uri": "https://api.kexp.org/v2/plays/3412997/?format=api",
    "airdate": "2024-10-15T13:57:50-07:00",
    "show": 61584,
    "show_uri": "https://api.kexp.org/v2/shows/61584/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Butterflies & Hurricanes",
    "track_id": "9e417b81-5e96-369a-ba07-2a8627917b4d",
    "recording_id": "137d6675-2cb0-4ba0-926e-b6cee5d33906",
    "artist": "Muse",
    "artist_ids": [
        "9c9f1380-2516-4fc9-a3e6-f9f61941d090"
    ],
    "album": "Absolution",
    "release_id": "a0a2b395-7989-4ec7-99f9-9bc9425c53b7",
    "release_group_id": "6f151223-f3a3-3e57-810f-598f7897006c",
    "labels": [
        "Taste Media"
    ],
    "label_ids": [
        "f3cd1f5f-ea4f-486e-888f-1254af30def3"
    ],
    "release_date": "2003-09-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Jatt!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}