Information about plays

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

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

{
    "id": 3421823,
    "uri": "https://api.kexp.org/v2/plays/3421823/?format=api",
    "airdate": "2024-11-05T19:01:29-08:00",
    "show": 61774,
    "show_uri": "https://api.kexp.org/v2/shows/61774/?format=api",
    "image_uri": "https://coverartarchive.org/release/ec21ddab-3293-4109-ab0d-45a7bd51f5f8/28561325462-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ec21ddab-3293-4109-ab0d-45a7bd51f5f8/28561325462-250.jpg",
    "song": "Stop the Hate",
    "track_id": null,
    "recording_id": "50a3aeae-abfa-41af-9e6a-90049be3d94e",
    "artist": "Femi Kuti",
    "artist_ids": [
        "702d2b90-eef0-4354-b2c4-6366eba92b7f"
    ],
    "album": "Stop the Hate",
    "release_id": null,
    "release_group_id": "570bb7bb-c5c5-4f7e-adef-c3e9a131f926",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2021-02-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stop the Hate. Spread the Love.\n\nWelcome to this week's Wo'Pop with special guest Lace Cadence!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}