Information about plays

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

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

{
    "id": 414361,
    "uri": "https://api.kexp.org/v2/plays/414361/?format=api",
    "airdate": "2001-01-02T00:32:24-08:00",
    "show": 6903,
    "show_uri": "https://api.kexp.org/v2/shows/6903/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61kFT-bpsXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61kFT-bpsXL._SL75_.jpg",
    "song": "Best Mamgu Ever",
    "track_id": "a72a5aea-f85b-4c77-b998-f9084672b9c8",
    "recording_id": null,
    "artist": "Underworld",
    "artist_ids": [
        "ba2f4f3b-0293-4bc8-bb94-2f73b5207343"
    ],
    "album": "Oblivion With Bells",
    "release_id": "685c1dc4-ac9f-47e0-a9c2-ce2839437dc7",
    "release_group_id": null,
    "labels": [
        "SideOneDummy Records"
    ],
    "label_ids": [
        "b5e60f8b-601c-4ada-99d8-795f0ea9c231"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}