Information about plays

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

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

{
    "id": 3416908,
    "uri": "https://api.kexp.org/v2/plays/3416908/?format=api",
    "airdate": "2024-10-25T00:20:28-07:00",
    "show": 61664,
    "show_uri": "https://api.kexp.org/v2/shows/61664/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Addicted",
    "track_id": null,
    "recording_id": "241a8dee-2ebd-4275-a657-6bac27e18011",
    "artist": "CKay, The Cavemen",
    "artist_ids": [
        "eb1febcf-9902-4962-9dc4-8fe4d7fc25b4",
        "883051f4-592b-470e-8891-824c0cf54a5a"
    ],
    "album": "Purple Red Indigo Blue",
    "release_id": null,
    "release_group_id": "f5b998f9-2045-4328-8576-fc21de6869d3",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}