Information about plays

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

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

{
    "id": 3428436,
    "uri": "https://api.kexp.org/v2/plays/3428436/?format=api",
    "airdate": "2024-11-21T23:16:44-08:00",
    "show": 61911,
    "show_uri": "https://api.kexp.org/v2/shows/61911/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Encore",
    "track_id": null,
    "recording_id": "8cee44f3-f76d-47cc-9c6b-2daee16a209a",
    "artist": "Cheryl Lynn",
    "artist_ids": [
        "c2b8f775-455c-44c3-97ca-f377938da19e"
    ],
    "album": "Dance Classics, Volume 17 & 18",
    "release_id": null,
    "release_group_id": "7712f812-c8cc-4877-8e4c-ccb3680d6dd6",
    "labels": [
        "Rodeo Media"
    ],
    "label_ids": [
        "7cca8052-f7d7-4974-87ba-d920c18fc154"
    ],
    "release_date": "2008-06-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}