Information about plays

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

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

{
    "id": 496803,
    "uri": "https://api.kexp.org/v2/plays/496803/?format=api",
    "airdate": "2001-12-14T18:00:00-08:00",
    "show": 8521,
    "show_uri": "https://api.kexp.org/v2/shows/8521/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Rockin' Baby",
    "track_id": "314d149e-5270-4a93-86fa-8c53c1be6d23",
    "recording_id": null,
    "artist": "Gene Watson & The Rockets",
    "artist_ids": [
        "38cf0104-950e-4f14-b8d6-8aa98f02cd56"
    ],
    "album": "Wild Rockin'",
    "release_id": "27a0aee8-d9ca-433c-850a-3f90fac5ff41",
    "release_group_id": null,
    "labels": [
        "Collector Records"
    ],
    "label_ids": [
        "4dc02613-b0a0-49f8-9267-31c9548af6d7"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}