Information about plays

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

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

{
    "id": 3428415,
    "uri": "https://api.kexp.org/v2/plays/3428415/?format=api",
    "airdate": "2024-11-21T22:04:14-08:00",
    "show": 61911,
    "show_uri": "https://api.kexp.org/v2/shows/61911/?format=api",
    "image_uri": "https://ia800601.us.archive.org/9/items/mbid-a0a73272-7afe-4571-8f10-b1709e5290ae/mbid-a0a73272-7afe-4571-8f10-b1709e5290ae-39936719778_thumb500.jpg",
    "thumbnail_uri": "https://ia800601.us.archive.org/9/items/mbid-a0a73272-7afe-4571-8f10-b1709e5290ae/mbid-a0a73272-7afe-4571-8f10-b1709e5290ae-39936719778_thumb250.jpg",
    "song": "WHOLESOME",
    "track_id": "d8c2e019-10d4-4a6a-8dd4-44bb69b4b21a",
    "recording_id": "6bb217ce-e7b2-4c98-ba96-64f026d83e35",
    "artist": "Indigo De Souza",
    "artist_ids": [
        "a8d894ce-0e6b-4ddd-a49b-46f6330a590f"
    ],
    "album": "WHOLESOME EVIL FANTASY",
    "release_id": "a0a73272-7afe-4571-8f10-b1709e5290ae",
    "release_group_id": "f816ed8f-e524-451b-92bc-d668d595d9b0",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2024-09-20",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}