Information about plays

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

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

{
    "id": 459843,
    "uri": "https://api.kexp.org/v2/plays/459843/?format=api",
    "airdate": "2001-08-26T20:44:12-07:00",
    "show": 7800,
    "show_uri": "https://api.kexp.org/v2/shows/7800/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(Always) A Permanent State",
    "track_id": "e4f106c1-3926-4e55-a97e-9da51b5a5d1d",
    "recording_id": null,
    "artist": "David James",
    "artist_ids": [
        "be326aaf-38ad-4a0c-9623-6e11e35e3cac"
    ],
    "album": "Hooligan House: The Sound of 2003",
    "release_id": "ca8c8152-2946-4758-a910-d31bd9695e08",
    "release_group_id": null,
    "labels": [
        "Hooj"
    ],
    "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"
}