Information about plays

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

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

{
    "id": 3413705,
    "uri": "https://api.kexp.org/v2/plays/3413705/?format=api",
    "airdate": "2024-10-17T03:01:00-07:00",
    "show": 61596,
    "show_uri": "https://api.kexp.org/v2/shows/61596/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "At Your Best (You Are Love)",
    "track_id": null,
    "recording_id": "a9d8b6bf-eeda-4eac-ba73-f50f858e39d6",
    "artist": "Aaliyah",
    "artist_ids": [
        "bc85da58-52d9-457d-ae8d-5d8d4ec870a9"
    ],
    "album": "Age Ain’t Nothing but a Number",
    "release_id": null,
    "release_group_id": "bf163f6a-83b7-3681-a383-9d2825fa0260",
    "labels": [
        "Blackground Records"
    ],
    "label_ids": [
        "a7026456-7f7f-49c8-83a5-a5fde9eac30b"
    ],
    "release_date": "1994-05-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rev's 3 AM Slow Jam of the Week <3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}