Information about plays

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

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

{
    "id": 445375,
    "uri": "https://api.kexp.org/v2/plays/445375/?format=api",
    "airdate": "2001-07-15T20:00:00-07:00",
    "show": 7521,
    "show_uri": "https://api.kexp.org/v2/shows/7521/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41MSA1ZNMNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41MSA1ZNMNL._SL75_.jpg",
    "song": "Everywhere I Go (remix)",
    "track_id": "39c02ca5-afc7-40ed-b8fe-01ecfe96abbe",
    "recording_id": null,
    "artist": "Sci-Clone",
    "artist_ids": [
        "5707f92c-e8e7-4d0e-997b-1b56efde306d"
    ],
    "album": "DJ Patife Presents Sounds of Drum 'n' Bass",
    "release_id": "d94ad4e7-afbd-4c4e-bc44-4ef997affbe1",
    "release_group_id": null,
    "labels": [
        "Metalheadz"
    ],
    "label_ids": [
        "c0192e1c-cd6b-48fe-abe0-31e495596920"
    ],
    "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"
}