Information about plays

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

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

{
    "id": 1391679,
    "uri": "https://api.kexp.org/v2/plays/1391679/?format=api",
    "airdate": "2008-06-29T22:56:00-07:00",
    "show": 24290,
    "show_uri": "https://api.kexp.org/v2/shows/24290/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Siarre (Sargio Flores Remix)",
    "track_id": "ec3dde19-c4df-4755-a784-bf9a63089f70",
    "recording_id": null,
    "artist": "Studio Apartment",
    "artist_ids": [
        "dbdc44be-ac8e-4cea-94ca-0c168ade1d99"
    ],
    "album": "Defected in the House: Eivissa 08 (disc 1)",
    "release_id": "0a02eab6-2242-4a6e-8630-bff62c856496",
    "release_group_id": null,
    "labels": [
        "Pantone Music"
    ],
    "label_ids": [
        "202e67fc-4919-4921-92dd-a9abe324f4dc"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}