Information about plays

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

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

{
    "id": 3422047,
    "uri": "https://api.kexp.org/v2/plays/3422047/?format=api",
    "airdate": "2024-11-06T09:22:38-08:00",
    "show": 61778,
    "show_uri": "https://api.kexp.org/v2/shows/61778/?format=api",
    "image_uri": "https://coverartarchive.org/release/15b43e06-832c-3f4c-ad24-11eab2fac196/14619016681-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/15b43e06-832c-3f4c-ad24-11eab2fac196/14619016681-250.jpg",
    "song": "With a Little Help From My Friends",
    "track_id": null,
    "recording_id": "96a5f2b7-4dd2-4f6e-98d8-a0697865d08e",
    "artist": "Joe Cocker",
    "artist_ids": [
        "32f2d6bd-c22b-42cf-a7bc-0c4b48cd2bcb"
    ],
    "album": "With a Little Help From My Friends",
    "release_id": null,
    "release_group_id": "a0d14120-566a-31b8-8fb5-eeec153bef5b",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1969-04-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi there- Sad Samantha here in Wisconsin. On the positive side for someone in a swing state: now it’s only holiday commercials. \nWe all are leaning on each other to help move forward. Could you toss on With A Little Help From My Friends by Joe Cocker please?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}