Information about plays

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

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

{
    "id": 494135,
    "uri": "https://api.kexp.org/v2/plays/494135/?format=api",
    "airdate": "2001-12-06T22:03:00-08:00",
    "show": 8472,
    "show_uri": "https://api.kexp.org/v2/shows/8472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Generous Palmstroke",
    "track_id": "a74282e9-ee00-4a77-a23e-ecbc1c57b10f",
    "recording_id": null,
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Hidden Place (disc 1)",
    "release_id": "76e23891-26b8-4afd-a834-a3de9383974d",
    "release_group_id": null,
    "labels": [
        "One Little Indian Records"
    ],
    "label_ids": [
        "0253505b-b0f3-4619-8ce0-6a79fe6fbc32"
    ],
    "release_date": "2001-08-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}