Information about plays

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

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

{
    "id": 418270,
    "uri": "https://api.kexp.org/v2/plays/418270/?format=api",
    "airdate": "2001-04-25T23:54:32-07:00",
    "show": 6988,
    "show_uri": "https://api.kexp.org/v2/shows/6988/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21EE4FGMSVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21EE4FGMSVL._SL75_.jpg",
    "song": "Aquatic 1",
    "track_id": "b91f2ef6-70c6-4616-af17-1a45833b91a1",
    "recording_id": null,
    "artist": "The Necks",
    "artist_ids": [
        "51f8d454-f4a8-41e6-8bd7-a35921eeedd0"
    ],
    "album": "Aquatic",
    "release_id": "7380b52f-3757-47ae-9e16-76caa3bc51d2",
    "release_group_id": null,
    "labels": [
        "Carpet Bomb"
    ],
    "label_ids": [
        "090c55bd-893e-4de1-9f39-7873fbf861ba"
    ],
    "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"
}