Information about plays

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

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

{
    "id": 3422271,
    "uri": "https://api.kexp.org/v2/plays/3422271/?format=api",
    "airdate": "2024-11-06T23:18:30-08:00",
    "show": 61783,
    "show_uri": "https://api.kexp.org/v2/shows/61783/?format=api",
    "image_uri": "https://coverartarchive.org/release/1d09009d-ae7b-4ec7-9e0f-4be3f6ff1f94/16196929653-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1d09009d-ae7b-4ec7-9e0f-4be3f6ff1f94/16196929653-250.jpg",
    "song": "My Country ’tis of Thee",
    "track_id": null,
    "recording_id": "f9ec8476-d51c-487d-9b70-9476b8f71dc0",
    "artist": "Billy Preston",
    "artist_ids": [
        "8a7cf497-dc5c-4523-932d-3fcbc9a69d38"
    ],
    "album": "I Wrote a Simple Song",
    "release_id": null,
    "release_group_id": "ff79a194-0f7d-4c1b-946d-99012bdb05b9",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1971-06-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Arranged by the late great Quincy Jones.\n\nhttps://www.npr.org/2024/11/04/834546599/quincy-jones-pop-mastermind-thriller-producer-dies",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}