Information about plays

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

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

{
    "id": 370623,
    "uri": "https://api.kexp.org/v2/plays/370623/?format=api",
    "airdate": "2019-08-22T00:44:02-07:00",
    "show": 6175,
    "show_uri": "https://api.kexp.org/v2/shows/6175/?format=api",
    "image_uri": "http://coverartarchive.org/release/e17c8c64-4379-47f2-a9ee-655e0ed57407/10281155734-250.jpg",
    "thumbnail_uri": "",
    "song": "Lilac",
    "track_id": "f63ce7e0-680b-436e-8edf-518126458af6",
    "recording_id": null,
    "artist": "Brian Eno • Karl Hyde",
    "artist_ids": [
        "05de4cde-ba6e-4be8-a8fb-0aa4f6c56df8"
    ],
    "album": "High Life",
    "release_id": "e17c8c64-4379-47f2-a9ee-655e0ed57407",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2014-07-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Excellent second collab between Eno and Underworld's Karl Hyde",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}