Information about plays

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

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

{
    "id": 3421875,
    "uri": "https://api.kexp.org/v2/plays/3421875/?format=api",
    "airdate": "2024-11-05T22:41:34-08:00",
    "show": 61775,
    "show_uri": "https://api.kexp.org/v2/shows/61775/?format=api",
    "image_uri": "https://coverartarchive.org/release/2c20e9a2-ebba-437a-bfab-fb33f06742ac/20448886802-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2c20e9a2-ebba-437a-bfab-fb33f06742ac/20448886802-250.jpg",
    "song": "Love and Happiness",
    "track_id": null,
    "recording_id": "eed211fe-122d-4c48-ace0-f85aab5d5ade",
    "artist": "Al Green",
    "artist_ids": [
        "fb7272ba-f130-4f0a-934d-6eeea4c18c9a"
    ],
    "album": "The Absolute Best",
    "release_id": null,
    "release_group_id": "9b24e54a-6f0e-3b30-b315-1ec616bbaae3",
    "labels": [
        "The Right Stuff"
    ],
    "label_ids": [
        "14227f2c-ac23-4746-bf83-d54e29051004"
    ],
    "release_date": "2004-01-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Reverend of Soul. https://www.al-green.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}