Information about plays

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

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

{
    "id": 450129,
    "uri": "https://api.kexp.org/v2/plays/450129/?format=api",
    "airdate": "2001-07-29T21:40:00-07:00",
    "show": 7612,
    "show_uri": "https://api.kexp.org/v2/shows/7612/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31B2ZJ3B1YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31B2ZJ3B1YL._SL75_.jpg",
    "song": "Kmara",
    "track_id": "fe28d6ed-314a-4c4d-aef6-9daebc1f229b",
    "recording_id": null,
    "artist": "ROVO",
    "artist_ids": [
        "f6c6cb0b-3419-4076-b27b-786f3aaa862b"
    ],
    "album": "Imago",
    "release_id": "ffcdbbb4-6423-4fd7-8845-aafcf1263ded",
    "release_group_id": null,
    "labels": [
        "DOHB DISC"
    ],
    "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"
}