Information about plays

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

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

{
    "id": 3413018,
    "uri": "https://api.kexp.org/v2/plays/3413018/?format=api",
    "airdate": "2024-10-15T15:25:17-07:00",
    "show": 61584,
    "show_uri": "https://api.kexp.org/v2/shows/61584/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hate It or Love It",
    "track_id": null,
    "recording_id": "e608c965-ee42-47c0-b17c-7e36c0799fac",
    "artist": "The Game feat. 50 Cent",
    "artist_ids": [
        "07cc14fb-4784-4a25-804b-2686ed5ef52c",
        "8e68819d-71be-4e7d-b41d-f1df81b01d3f"
    ],
    "album": "The Documentary",
    "release_id": null,
    "release_group_id": "59e16e18-b446-3ccf-a67f-ca447f610ed9",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2005-01-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Parker!\n\nAt the 2006 48th Annual Grammy Awards, the song was nominated for two Grammy Awards, including Grammy Award for Best Rap Song and Grammy Award for Best Rap Performance by a Duo or Group. \n--\nThe lyrics are displayed here in the official video for this masterpiece: https://www.youtube.com/watch?v=BuMBmK5uksg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}