Information about plays

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

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

{
    "id": 458325,
    "uri": "https://api.kexp.org/v2/plays/458325/?format=api",
    "airdate": "2001-08-22T08:51:25-07:00",
    "show": 7769,
    "show_uri": "https://api.kexp.org/v2/shows/7769/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41VFXN7G20L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41VFXN7G20L._SL75_.jpg",
    "song": "Nobody's Baby Now",
    "track_id": "2b489ad5-408d-4eb2-8f09-46887d83e044",
    "recording_id": null,
    "artist": "Nick Cave & The Bad Seeds",
    "artist_ids": [
        "172e1f1a-504d-4488-b053-6344ba63e6d0"
    ],
    "album": "Let Love In",
    "release_id": "8b2cd962-a168-44bb-afcf-594142ccea58",
    "release_group_id": null,
    "labels": [
        "Mute/Elektra"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}