Information about plays

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

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

{
    "id": 430687,
    "uri": "https://api.kexp.org/v2/plays/430687/?format=api",
    "airdate": "2001-06-02T16:46:40-07:00",
    "show": 7240,
    "show_uri": "https://api.kexp.org/v2/shows/7240/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Hippety Hop",
    "track_id": null,
    "recording_id": null,
    "artist": "Hank Mobley",
    "artist_ids": [
        "026b096e-e024-42ab-82f3-107bddae77c2"
    ],
    "album": "Far Away Lands",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "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"
}