Information about plays

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

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

{
    "id": 434417,
    "uri": "https://api.kexp.org/v2/plays/434417/?format=api",
    "airdate": "2001-06-13T23:21:49-07:00",
    "show": 7311,
    "show_uri": "https://api.kexp.org/v2/shows/7311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tired Hands",
    "track_id": "9578cece-90d6-4447-8ad6-a634946b84b3",
    "recording_id": null,
    "artist": "K.C. Accidental",
    "artist_ids": [
        "aa8a05e0-69f4-4fb5-b663-20dd60139107"
    ],
    "album": "Beautiful Noise (The Apocalypse)",
    "release_id": "6ee3be99-eba4-4778-9e1a-5a789174f9db",
    "release_group_id": null,
    "labels": [
        "Noise Factory Records"
    ],
    "label_ids": [
        "9cf8f544-e55d-4779-b018-c40dcc59d4ac"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}