Information about plays

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

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

{
    "id": 3428874,
    "uri": "https://api.kexp.org/v2/plays/3428874/?format=api",
    "airdate": "2024-11-23T00:28:26-08:00",
    "show": 61920,
    "show_uri": "https://api.kexp.org/v2/shows/61920/?format=api",
    "image_uri": "https://coverartarchive.org/release/de74b543-fb5b-4c35-8530-efb277f5cad1/38736205358-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/de74b543-fb5b-4c35-8530-efb277f5cad1/38736205358-250.jpg",
    "song": "Not Like Us",
    "track_id": null,
    "recording_id": "167b0a18-8923-4f64-82dd-30fb57e6216f",
    "artist": "Kendrick Lamar",
    "artist_ids": [
        "381086ea-f511-4aba-bdf9-71c753dc5077"
    ],
    "album": "Not Like Us",
    "release_id": null,
    "release_group_id": "564b9cea-cde5-46b5-bc66-2eb707920ee1",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2024-05-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Up for 5 Grammys 2025",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}