Information about plays

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

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

{
    "id": 3413153,
    "uri": "https://api.kexp.org/v2/plays/3413153/?format=api",
    "airdate": "2024-10-15T23:31:34-07:00",
    "show": 61587,
    "show_uri": "https://api.kexp.org/v2/shows/61587/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tell Me What You Need",
    "track_id": null,
    "recording_id": "9db3957f-7713-442a-9099-154d77864143",
    "artist": "Barry Can’t Swim feat. just lil",
    "artist_ids": [
        "7dcf3b98-701a-4309-a90c-eb4179b96ea9",
        "07b38533-a674-4aa0-b4c6-1f6618cf61df"
    ],
    "album": "When Will We Land?",
    "release_id": null,
    "release_group_id": "672a4973-eaf5-4308-8261-ffad7a5a5887",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2023-10-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Scottish DJ and Producer Barry Can't Swim. Now on European tour! https://barrycantswim.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}