Information about plays

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

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

{
    "id": 503958,
    "uri": "https://api.kexp.org/v2/plays/503958/?format=api",
    "airdate": "2002-01-05T11:26:40-08:00",
    "show": 8661,
    "show_uri": "https://api.kexp.org/v2/shows/8661/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wonderful Time",
    "track_id": "aef5bf9d-af4a-4d7a-89a7-26941f3ab2b3",
    "recording_id": null,
    "artist": "Dr. Alimantado",
    "artist_ids": [
        "0fc5dfc7-a5f6-4f01-9091-4c90f1df37e2"
    ],
    "album": "Wonderful Time",
    "release_id": "884d4f6d-9157-4076-9d29-84e7c83e4f13",
    "release_group_id": null,
    "labels": [
        "Keyman 12in"
    ],
    "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"
}