Information about plays

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

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

{
    "id": 3428277,
    "uri": "https://api.kexp.org/v2/plays/3428277/?format=api",
    "airdate": "2024-11-21T13:40:18-08:00",
    "show": 61909,
    "show_uri": "https://api.kexp.org/v2/shows/61909/?format=api",
    "image_uri": "https://ia800208.us.archive.org/34/items/mbid-69e5cf67-7cea-4fe8-9129-9779f0a93d69/mbid-69e5cf67-7cea-4fe8-9129-9779f0a93d69-1171157457_thumb500.jpg",
    "thumbnail_uri": "https://ia800208.us.archive.org/34/items/mbid-69e5cf67-7cea-4fe8-9129-9779f0a93d69/mbid-69e5cf67-7cea-4fe8-9129-9779f0a93d69-1171157457_thumb250.jpg",
    "song": "Superstarr",
    "track_id": "5c760efe-e8d9-3a96-b0e0-a0d2b59d309d",
    "recording_id": "0e19579f-f58a-4acf-b66a-90b7b5d20902",
    "artist": "MC Solaar",
    "artist_ids": [
        "bbbd2644-b4cb-4bb5-a442-315310f68a0b"
    ],
    "album": "Prose Combat",
    "release_id": "69e5cf67-7cea-4fe8-9129-9779f0a93d69",
    "release_group_id": "b199910b-0f90-3c88-b523-d6852b7612d3",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1994-05-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Again, MC Solaar sampled Lou Donaldson's \"One Cylinder.\"\n--\nMC Solaar's second album, \"Prose Combat,\" was produced by Jimmy Jay.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}