Information about plays

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

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

{
    "id": 350559,
    "uri": "https://api.kexp.org/v2/plays/350559/?format=api",
    "airdate": "2019-07-05T19:02:00-07:00",
    "show": 5837,
    "show_uri": "https://api.kexp.org/v2/shows/5837/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ritual Union",
    "track_id": "8dd72571-290e-3030-829f-542af6b24017",
    "recording_id": null,
    "artist": "Little Dragon",
    "artist_ids": [
        "c8a9ae11-63bf-409b-8bf3-a96b3712a2ff"
    ],
    "album": "Ritual Union",
    "release_id": "b528a518-6e8d-4d39-bb18-93721a7b0593",
    "release_group_id": null,
    "labels": [
        "Peacefrog Records"
    ],
    "label_ids": [
        "7de44691-1303-468e-8e23-44cf95f9c647"
    ],
    "release_date": "2011-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "With the incredible Yukimi Nagano on lead vox. https://little-dragon.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}