Information about plays

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

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

{
    "id": 3414733,
    "uri": "https://api.kexp.org/v2/plays/3414733/?format=api",
    "airdate": "2024-10-19T16:00:04-07:00",
    "show": 61620,
    "show_uri": "https://api.kexp.org/v2/shows/61620/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Still Riding",
    "track_id": "99e7b6f1-5730-4f51-a96c-75c2d25f7732",
    "recording_id": "e8f87229-2290-4c90-adf2-e7184f6cb69b",
    "artist": "Barry Can’t Swim",
    "artist_ids": [
        "7dcf3b98-701a-4309-a90c-eb4179b96ea9"
    ],
    "album": "Still Riding",
    "release_id": "42a12798-8784-43c5-b4d2-7fbe74d8e523",
    "release_group_id": "d30c20ac-e081-4ec1-a4c2-1180c40b16f3",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2024-09-24",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Barry Can't Swim: playing San Francisco, CA's Warfield on April 26, and Oakland, CA's Fox Theater on April 27th!\n\nThis is the debut single from the fast-rising Scottish multi-instrumentalist's debut album, 'When Will We Land'! https://barrycantswim.bandcamp.com/album/when-will-we-land",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}