Information about plays

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

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

{
    "id": 461943,
    "uri": "https://api.kexp.org/v2/plays/461943/?format=api",
    "airdate": "2001-09-01T21:25:00-07:00",
    "show": 7842,
    "show_uri": "https://api.kexp.org/v2/shows/7842/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61bNh5TDblL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61bNh5TDblL._SL75_.jpg",
    "song": "Moments",
    "track_id": "846cef78-d3ce-455c-9c8a-a8f9b36b3c2d",
    "recording_id": null,
    "artist": "Ben Mono",
    "artist_ids": [
        "ae7475e0-3203-45cc-a628-abebd757d7bd"
    ],
    "album": "Compost One Hundred (disc 1)",
    "release_id": "f5fbb9d5-79cc-40ef-bc4d-826378f528b4",
    "release_group_id": null,
    "labels": [
        "Compost Records"
    ],
    "label_ids": [
        "c1c625b5-9929-4a30-8c3e-f77e109cdf07"
    ],
    "release_date": "2001-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}