Information about plays

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

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

{
    "id": 3428300,
    "uri": "https://api.kexp.org/v2/plays/3428300/?format=api",
    "airdate": "2024-11-21T15:12:42-08:00",
    "show": 61909,
    "show_uri": "https://api.kexp.org/v2/shows/61909/?format=api",
    "image_uri": "https://coverartarchive.org/release/78a92425-589a-351b-86bd-4409ae3e9968/9668287036-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/78a92425-589a-351b-86bd-4409ae3e9968/9668287036-250.jpg",
    "song": "I’d Rather Be Your Lover",
    "track_id": null,
    "recording_id": "60d7c35a-1252-40d2-aeb2-94e5f2a7f3c5",
    "artist": "Madonna",
    "artist_ids": [
        "79239441-bfd5-4981-a70c-55c3f15c1287"
    ],
    "album": "Bedtime Stories",
    "release_id": null,
    "release_group_id": "b3c83c83-4280-363f-8ecc-9cb453a8ea18",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1994-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The \"Queen of Pop\" sampled Lou Donaldson's \"Thing.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}