Information about plays

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

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

{
    "id": 3417168,
    "uri": "https://api.kexp.org/v2/plays/3417168/?format=api",
    "airdate": "2024-10-25T16:27:05-07:00",
    "show": 61671,
    "show_uri": "https://api.kexp.org/v2/shows/61671/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I. Crawl",
    "track_id": "fb861a75-c39e-4f1d-b487-b7c06685a611",
    "recording_id": "7b4c94fc-a975-4e1d-9a33-d77cb2782e61",
    "artist": "Childish Gambino",
    "artist_ids": [
        "7fb57fba-a6ef-44c2-abab-2fa3bdee607e"
    ],
    "album": "Because the Internet",
    "release_id": "8b826988-64e8-4f9a-9fe7-9635f70776f7",
    "release_group_id": "f7b59bee-62d7-4bc8-ad47-cda988cd8ded",
    "labels": [
        "Glassnote"
    ],
    "label_ids": [
        "58c69b6f-5c5b-4341-8be6-a43c3e69b408"
    ],
    "release_date": "2013-12-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kai features background vocals on this song. Kai also co-wrote and was featured on Flume's Grammy-nominated \"Never Be Like You\", Diplo's \"Revolution\", and \"Mind\" by Jack Ü",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}