Information about plays

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

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

{
    "id": 3410046,
    "uri": "https://api.kexp.org/v2/plays/3410046/?format=api",
    "airdate": "2024-10-08T14:07:18-07:00",
    "show": 61522,
    "show_uri": "https://api.kexp.org/v2/shows/61522/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Big Love",
    "track_id": "cd2dd04c-d5f5-48ce-8fe4-7f049b449b77",
    "recording_id": "c904b3c1-380f-485b-9e7e-173505663763",
    "artist": "Suki Waterhouse",
    "artist_ids": [
        "8389ff77-a7a4-4ba4-bf1b-17ded47d41a1"
    ],
    "album": "Memoir of a Sparklemuffin",
    "release_id": "5f0e3703-9f59-4291-8fc6-a80e8232c891",
    "release_group_id": "05de6349-e348-4d32-a46e-9f23f6cb3b15",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2024-09-13",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Suki Waterhouse has west coast shows coming up in support of her brand new album:\n\nOn Friday, Oct 25th, She'll be in San Francisco at The Warfield\n\nAND \nOn Friday, Nov 1st, She'll be in Seattle at Showbox SoDo!\n\nCheck out the rest of her tour dates here: https://sukiwaterhouse.tv/\n---\nhttps://sukiwaterhouse.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}