Information about plays

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

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

{
    "id": 3421737,
    "uri": "https://api.kexp.org/v2/plays/3421737/?format=api",
    "airdate": "2024-11-05T13:22:51-08:00",
    "show": 61771,
    "show_uri": "https://api.kexp.org/v2/shows/61771/?format=api",
    "image_uri": "https://coverartarchive.org/release/9ffe7c58-ac3c-4855-bd42-69666096f565/26721793622-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9ffe7c58-ac3c-4855-bd42-69666096f565/26721793622-250.jpg",
    "song": "Show Me Love",
    "track_id": null,
    "recording_id": "88561d89-43f4-4943-9161-234ed8cfbdae",
    "artist": "Robin S",
    "artist_ids": [
        "37a0943e-9638-48fe-9a56-7192d7efbbed"
    ],
    "album": "Show Me Love",
    "release_id": null,
    "release_group_id": "946c376a-3414-38ac-ab1b-e88918677c5e",
    "labels": [
        "ZYX Music"
    ],
    "label_ids": [
        "6844efda-a451-431e-8cc1-48ab111b4711"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Show Me Love\" was the 1993 debut album from American singer Robin S. This single was written by Allen George and Fred McFarlane and originally released in 1990 before being given its hit remix by Stonebridge.\n\nBeyonce samples the Stonehenge mix of Show Me Love in her track Break My Soul",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}