Information about plays

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

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

{
    "id": 3413147,
    "uri": "https://api.kexp.org/v2/plays/3413147/?format=api",
    "airdate": "2024-10-15T23:10:00-07:00",
    "show": 61587,
    "show_uri": "https://api.kexp.org/v2/shows/61587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lean On",
    "track_id": null,
    "recording_id": "c3888dd0-c1ce-45b3-9425-48375394fe7f",
    "artist": "Major Lazer",
    "artist_ids": [
        "75be165a-ad83-4d12-bd28-f589a15c479f"
    ],
    "album": "Major Lazer Essentials",
    "release_id": null,
    "release_group_id": "e7722099-2a47-4b70-bd09-c50b457ffa90",
    "labels": [
        "Because Music"
    ],
    "label_ids": [
        "23450486-837c-46a6-8b3f-b22429a0dfe1"
    ],
    "release_date": "2018-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DJ trio of Diplo, and DJs Walshy Fire and Ape Drums. Formed in Jamaica. \nhttps://majorlazer.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}