Information about plays

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

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

{
    "id": 1314042,
    "uri": "https://api.kexp.org/v2/plays/1314042/?format=api",
    "airdate": "2007-12-14T06:55:41-08:00",
    "show": 22980,
    "show_uri": "https://api.kexp.org/v2/shows/22980/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Children's Progress",
    "track_id": "e8a23f98-bc8f-4ea4-b051-5511322cec47",
    "recording_id": null,
    "artist": "Pomegranates",
    "artist_ids": [
        "918dece0-de80-42ed-bc7c-b47623da3275"
    ],
    "album": "Two Eyes",
    "release_id": "3c20ec6e-ee56-464d-b004-d19a4d4dd67e",
    "release_group_id": null,
    "labels": [
        "Lujo Records"
    ],
    "label_ids": [
        "9bf9f645-5f9d-42b7-a0db-66d2575f0523"
    ],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}