Information about plays

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

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

{
    "id": 516392,
    "uri": "https://api.kexp.org/v2/plays/516392/?format=api",
    "airdate": "2002-02-10T21:30:00-08:00",
    "show": 8909,
    "show_uri": "https://api.kexp.org/v2/shows/8909/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513xIhiWQEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513xIhiWQEL._SL75_.jpg",
    "song": "R.F.O",
    "track_id": "63e98b55-b232-475f-8f08-a37d78d8646e",
    "recording_id": null,
    "artist": "FUG",
    "artist_ids": [
        "7a861037-0810-42ac-9040-2b74816ffe75"
    ],
    "album": "Ready for Us",
    "release_id": "814fa435-593e-4755-8cb5-089bd390d83f",
    "release_group_id": null,
    "labels": [
        "Nuphonic"
    ],
    "label_ids": [
        "0ab138e7-d080-42f2-8748-9dd4882f7c4d"
    ],
    "release_date": "2001-02-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}