Information about plays

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

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

{
    "id": 484515,
    "uri": "https://api.kexp.org/v2/plays/484515/?format=api",
    "airdate": "2001-11-07T20:21:49-08:00",
    "show": 8278,
    "show_uri": "https://api.kexp.org/v2/shows/8278/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ZG26J5NEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ZG26J5NEL._SL75_.jpg",
    "song": "All I Really Want Is Money",
    "track_id": "f95e6a24-51b6-44dc-ac3a-52fdba1ad5d1",
    "recording_id": null,
    "artist": "Alex Chilton",
    "artist_ids": [
        "18b2f43a-fc98-4aab-b69c-eaaba41fecbc"
    ],
    "album": "1970",
    "release_id": "6e5ebb8a-a274-423a-9331-0798366bc664",
    "release_group_id": null,
    "labels": [
        "Ardent"
    ],
    "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"
}