Information about plays

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

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

{
    "id": 3415112,
    "uri": "https://api.kexp.org/v2/plays/3415112/?format=api",
    "airdate": "2024-10-20T14:09:44-07:00",
    "show": 61627,
    "show_uri": "https://api.kexp.org/v2/shows/61627/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Watch the Party Die",
    "track_id": "c96386d4-76e0-4c4d-9b20-a4c194a1f182",
    "recording_id": "bf56f1db-ef7b-4dd3-9e9e-54388df2362b",
    "artist": "Kendrick Lamar",
    "artist_ids": [
        "381086ea-f511-4aba-bdf9-71c753dc5077"
    ],
    "album": "Watch The Party Die",
    "release_id": "9bdb3940-02ea-4e4a-89cf-2b1c0f1c9fd5",
    "release_group_id": "30067d1b-d45e-4a6b-8b36-7d553425cd2f",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-09-11",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The latest from Kendrick Lamar. This song was released only through his Instagram page.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}