Information about plays

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

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

{
    "id": 3437645,
    "uri": "https://api.kexp.org/v2/plays/3437645/?format=api",
    "airdate": "2024-12-13T16:35:22-08:00",
    "show": 62099,
    "show_uri": "https://api.kexp.org/v2/shows/62099/?format=api",
    "image_uri": "https://ia800405.us.archive.org/35/items/mbid-bf45aecc-36a3-4a9c-8191-c4a7c6bf2fa7/mbid-bf45aecc-36a3-4a9c-8191-c4a7c6bf2fa7-40573339108_thumb500.jpg",
    "thumbnail_uri": "https://ia800405.us.archive.org/35/items/mbid-bf45aecc-36a3-4a9c-8191-c4a7c6bf2fa7/mbid-bf45aecc-36a3-4a9c-8191-c4a7c6bf2fa7-40573339108_thumb250.jpg",
    "song": "Kiki, You Complete Me",
    "track_id": "0ab5a8e6-1d70-428a-8705-53e8534e18b7",
    "recording_id": "433cd09e-9e22-4f70-9311-759069bc85e6",
    "artist": "Los Bitchos",
    "artist_ids": [
        "685051dc-49ad-496a-acab-57ad1ad1e491"
    ],
    "album": "Talkie Talkie",
    "release_id": "bf45aecc-36a3-4a9c-8191-c4a7c6bf2fa7",
    "release_group_id": "e399efaa-6673-4b16-aba9-5adde4ce86f2",
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2024-08-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "playing during airbreak :)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}