Information about plays

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

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

{
    "id": 449423,
    "uri": "https://api.kexp.org/v2/plays/449423/?format=api",
    "airdate": "2001-07-27T12:36:00-07:00",
    "show": 7596,
    "show_uri": "https://api.kexp.org/v2/shows/7596/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21ZRHQ53WRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21ZRHQ53WRL._SL75_.jpg",
    "song": "Salt Water Taffy (Slo Jam)",
    "track_id": "32cc7cbd-c0b1-4f48-b767-777f4724bc3d",
    "recording_id": null,
    "artist": "Boogiemonsters",
    "artist_ids": [
        "9f0650eb-35ae-47d3-b71d-418c6310471e"
    ],
    "album": "Riders of the Storm: The Underwater Album",
    "release_id": "bfacf4cc-7bb0-48ce-aac8-ad526f509743",
    "release_group_id": null,
    "labels": [
        "Pendulum/EMI"
    ],
    "label_ids": [],
    "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"
}