Information about plays

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

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

{
    "id": 494099,
    "uri": "https://api.kexp.org/v2/plays/494099/?format=api",
    "airdate": "2001-12-06T19:41:00-08:00",
    "show": 8471,
    "show_uri": "https://api.kexp.org/v2/shows/8471/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mama's Hand",
    "track_id": "c7456a3f-02f3-487f-9cd7-e6cf3aecc3a8",
    "recording_id": null,
    "artist": "Lynn Morris",
    "artist_ids": [
        "3fa75c8d-e400-47ab-8e03-714eb4fed26a"
    ],
    "album": "Mama's Hand",
    "release_id": "1c6f74d7-9a6c-4b9f-926e-0b5d2f9907ef",
    "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"
}