Information about plays

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

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

{
    "id": 381953,
    "uri": "https://api.kexp.org/v2/plays/381953/?format=api",
    "airdate": "2019-09-17T10:45:36-07:00",
    "show": 6359,
    "show_uri": "https://api.kexp.org/v2/shows/6359/?format=api",
    "image_uri": "http://coverartarchive.org/release/cd115704-d392-4d05-95e0-491e9fd82852/2531553574-250.jpg",
    "thumbnail_uri": "",
    "song": "Future Foe Scenarios",
    "track_id": "8b6f33c9-08ce-31c3-a5ce-32b59d67e88d",
    "recording_id": null,
    "artist": "Silversun Pickups",
    "artist_ids": [
        "b5bd9f88-962e-4730-84a7-795592ba42e8"
    ],
    "album": "Carnavas",
    "release_id": "cd115704-d392-4d05-95e0-491e9fd82852",
    "release_group_id": null,
    "labels": [
        "Dangerbird Records"
    ],
    "label_ids": [
        "af89464c-9366-4ba4-a549-84e482bbbe02"
    ],
    "release_date": "2006-07-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Pikul,\" \"Carnavas,\" \"Swoon,\" and \"Neck Of The Woods\" have been re-pressed on limited, marble vinyl, and they will be released on September 27. All four re-presses are now available to pre-order HERE.:   https://silversunpickups.com/pikul-carnavas-swoon-and-neck-of-the-woods-marbled-vinyl-re-presses/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}