Information about plays

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

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

{
    "id": 418832,
    "uri": "https://api.kexp.org/v2/plays/418832/?format=api",
    "airdate": "2001-04-27T14:26:15-07:00",
    "show": 6998,
    "show_uri": "https://api.kexp.org/v2/shows/6998/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "011",
    "track_id": "4c4174f3-4f42-4b30-87ea-90910f378aa2",
    "recording_id": null,
    "artist": "OLO",
    "artist_ids": [
        "ba1e4876-2336-4294-b959-ed9bbc49425a"
    ],
    "album": "The Olorized Color Album",
    "release_id": "62ffb094-c86f-41be-9772-f65ce99ed4ab",
    "release_group_id": null,
    "labels": [
        "SpectraMobile"
    ],
    "label_ids": [],
    "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"
}