Information about plays

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

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

{
    "id": 372565,
    "uri": "https://api.kexp.org/v2/plays/372565/?format=api",
    "airdate": "2019-08-26T13:32:46-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wrong Tube",
    "track_id": "570b76fc-86f3-3231-a65e-7f8b764c5252",
    "recording_id": null,
    "artist": "Swirlies",
    "artist_ids": [
        "4ec4a033-ba44-41ca-8e09-3bf94fc08523"
    ],
    "album": "Blonder Tongue Audio Baton",
    "release_id": "17e02d22-03b5-48ff-bcd0-6610af01af8d",
    "release_group_id": null,
    "labels": [
        "Taang! Records"
    ],
    "label_ids": [
        "7b95d1f1-2588-4a00-b093-e80e40a08548"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Here we are without our clothes...\nicky thick dark and silver spoon moon...\"  Want to know what they're singing?:  https://songmeanings.com/songs/view/3530822107858596545/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}