Information about plays

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

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

{
    "id": 466144,
    "uri": "https://api.kexp.org/v2/plays/466144/?format=api",
    "airdate": "2001-09-14T13:56:15-07:00",
    "show": 7924,
    "show_uri": "https://api.kexp.org/v2/shows/7924/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41JEGH79EKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41JEGH79EKL._SL75_.jpg",
    "song": "(What's So Funny 'Bout) Peace, Love, and Understanding?",
    "track_id": null,
    "recording_id": null,
    "artist": "Elvis Costello & The Attractions",
    "artist_ids": [
        "0ffb6573-a98e-412e-aa01-0a580e9d8b06"
    ],
    "album": "Armed Forces",
    "release_id": "9e3685f9-6afe-4a46-9302-63067eb77dc4",
    "release_group_id": null,
    "labels": [
        "Demon"
    ],
    "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"
}