Information about plays

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

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

{
    "id": 456682,
    "uri": "https://api.kexp.org/v2/plays/456682/?format=api",
    "airdate": "2001-08-17T14:17:08-07:00",
    "show": 7732,
    "show_uri": "https://api.kexp.org/v2/shows/7732/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Armed and Dangerous",
    "track_id": "515df889-7868-4325-816a-f028d9c95d54",
    "recording_id": null,
    "artist": "The Fleshtones",
    "artist_ids": [
        "8d0c6147-90f0-4045-810f-97f5789f9bd3"
    ],
    "album": "Powerstance!",
    "release_id": "f0df650b-1a4c-4190-8229-35355f35df4c",
    "release_group_id": null,
    "labels": [
        "Naked Language"
    ],
    "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"
}