Information about plays

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

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

{
    "id": 3413700,
    "uri": "https://api.kexp.org/v2/plays/3413700/?format=api",
    "airdate": "2024-10-17T02:49:42-07:00",
    "show": 61596,
    "show_uri": "https://api.kexp.org/v2/shows/61596/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hercules",
    "track_id": null,
    "recording_id": "0f6617aa-3a7f-456e-95cf-2e6856e7c500",
    "artist": "Aaron Neville",
    "artist_ids": [
        "2f53411b-ec29-4979-aa46-62786a2bb377"
    ],
    "album": "Hercules / Going Home",
    "release_id": null,
    "release_group_id": "0222a11e-dcb6-4812-85fd-90fbcf578bbb",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1973-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was written by the late Allen Toussanint.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}