Information about plays

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

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

{
    "id": 3428848,
    "uri": "https://api.kexp.org/v2/plays/3428848/?format=api",
    "airdate": "2024-11-22T22:42:16-08:00",
    "show": 61920,
    "show_uri": "https://api.kexp.org/v2/shows/61920/?format=api",
    "image_uri": "https://coverartarchive.org/release/d5bcadc9-d6b2-4119-bf50-af1b9dca834c/22057643526-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d5bcadc9-d6b2-4119-bf50-af1b9dca834c/22057643526-250.jpg",
    "song": "Swimming Pools (Drank)",
    "track_id": null,
    "recording_id": "60e51df0-5fec-4629-b9db-51cfce7e647a",
    "artist": "Kendrick Lamar",
    "artist_ids": [
        "381086ea-f511-4aba-bdf9-71c753dc5077"
    ],
    "album": "good kid, m.A.A.d city",
    "release_id": null,
    "release_group_id": "499c19c8-0dab-4824-884b-6191d145e95b",
    "labels": [
        "Aftermath Entertainment"
    ],
    "label_ids": [
        "c0629488-2aa2-4b46-9de8-decb27147444"
    ],
    "release_date": "2012-10-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}