Information about plays

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

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

{
    "id": 458894,
    "uri": "https://api.kexp.org/v2/plays/458894/?format=api",
    "airdate": "2001-08-23T20:12:00-07:00",
    "show": 7778,
    "show_uri": "https://api.kexp.org/v2/shows/7778/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Likes of You",
    "track_id": "6b625187-4b23-42dd-ba48-b78d830eb471",
    "recording_id": null,
    "artist": "Lynn Morris",
    "artist_ids": [
        "3fa75c8d-e400-47ab-8e03-714eb4fed26a"
    ],
    "album": "You'll Never Be the Sun",
    "release_id": "9253dd31-943c-4a3d-b8da-c676f9b0f0c9",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "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"
}