Information about plays

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

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

{
    "id": 1394129,
    "uri": "https://api.kexp.org/v2/plays/1394129/?format=api",
    "airdate": "2008-07-05T23:56:00-07:00",
    "show": 24328,
    "show_uri": "https://api.kexp.org/v2/shows/24328/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bedre Tider",
    "track_id": "48a826b4-a083-4627-94df-ec599ca32c6b",
    "recording_id": null,
    "artist": "Gorilla Angreb",
    "artist_ids": [
        "f41275f0-796b-43c5-8f25-2bf6234d0acb"
    ],
    "album": "Discography",
    "release_id": "fc9e4fb7-5193-43ef-a8be-94254d7f7a04",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}