Information about plays

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

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

{
    "id": 500268,
    "uri": "https://api.kexp.org/v2/plays/500268/?format=api",
    "airdate": "2001-12-25T13:33:00-08:00",
    "show": 8590,
    "show_uri": "https://api.kexp.org/v2/shows/8590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oh No It Aint' So",
    "track_id": "9b92250b-5429-4c6a-954e-0653d6c6d1cd",
    "recording_id": null,
    "artist": "The Seconds",
    "artist_ids": [
        "876f7486-7395-442e-96b9-9125159f0f5e"
    ],
    "album": "Y",
    "release_id": "b3384030-c159-42d2-830b-d11523748a14",
    "release_group_id": null,
    "labels": [
        "5RC"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}