Information about plays

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

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

{
    "id": 505503,
    "uri": "https://api.kexp.org/v2/plays/505503/?format=api",
    "airdate": "2002-01-09T22:59:00-08:00",
    "show": 8693,
    "show_uri": "https://api.kexp.org/v2/shows/8693/?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 2",
    "track_id": "8b15b13d-dfba-4fd3-b649-a3983c707666",
    "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"
}