Information about plays

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

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

{
    "id": 419241,
    "uri": "https://api.kexp.org/v2/plays/419241/?format=api",
    "airdate": "2001-04-28T19:07:03-07:00",
    "show": 7006,
    "show_uri": "https://api.kexp.org/v2/shows/7006/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41JK20Y1HSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41JK20Y1HSL._SL75_.jpg",
    "song": "(Are You on the Inside or the Outside of Your) Pants?",
    "track_id": null,
    "recording_id": null,
    "artist": "The Makers",
    "artist_ids": [
        "bde9bb95-6eb9-4b9e-a09a-f61302c50552"
    ],
    "album": "Psychopathia Sexualis",
    "release_id": "3844bf23-6360-4834-8530-a6c598659adf",
    "release_group_id": null,
    "labels": [
        "Estrus"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}