Information about plays

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

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

{
    "id": 428492,
    "uri": "https://api.kexp.org/v2/plays/428492/?format=api",
    "airdate": "2001-05-27T01:10:00-07:00",
    "show": 7199,
    "show_uri": "https://api.kexp.org/v2/shows/7199/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Virtually So #1",
    "track_id": "a57a5d78-3299-4a96-bb93-e3a2fe4f431f",
    "recording_id": null,
    "artist": "Roy Montgomery & Chris Heaphy",
    "artist_ids": [
        "898a8d5c-a88c-44b7-85c4-e300717593a5"
    ],
    "album": "True",
    "release_id": "6eceb85d-4d94-43bc-b15f-a028abf47324",
    "release_group_id": null,
    "labels": [
        "Kranky"
    ],
    "label_ids": [
        "4536e738-6350-4cae-af70-79d56d106c45"
    ],
    "release_date": "1999-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}