Information about plays

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

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

{
    "id": 1317135,
    "uri": "https://api.kexp.org/v2/plays/1317135/?format=api",
    "airdate": "2007-12-22T03:02:04-08:00",
    "show": 23030,
    "show_uri": "https://api.kexp.org/v2/shows/23030/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yage",
    "track_id": "a54ab7f7-72b5-4883-8a39-432f8e1e3ed8",
    "recording_id": null,
    "artist": "The Future Sound of London",
    "artist_ids": [
        "a1d77dd4-8728-4a47-bdfa-9663d791139c"
    ],
    "album": "ISDN Show",
    "release_id": "165f0c6e-6680-4173-bc6d-44a269034dad",
    "release_group_id": null,
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "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"
}