Information about plays

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

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

{
    "id": 350247,
    "uri": "https://api.kexp.org/v2/plays/350247/?format=api",
    "airdate": "2019-07-05T00:28:01-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Incendium",
    "track_id": "0d6f3718-fa12-4fa8-8f34-7f338b6f03f1",
    "recording_id": null,
    "artist": "Quantic",
    "artist_ids": [
        "f1560407-8826-4ec9-b78f-e0c3fa3ea4f5"
    ],
    "album": "Atlantic Oscillations",
    "release_id": "f5e1664c-8d74-404b-8b53-70ac7f7ef27b",
    "release_group_id": null,
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [
        "095a742b-c292-43e2-b10d-e93e46c446db"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "There's never any doubt in my mind that I want to hear whatever Quantic wants to create. Atlantic Oscillations is a hearty collection of new work from a producer with a brilliant repertoire https://quanticmusic.bandcamp.com/album/atlantic-oscillations-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}