Information about plays

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

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

{
    "id": 482857,
    "uri": "https://api.kexp.org/v2/plays/482857/?format=api",
    "airdate": "2001-11-02T13:31:34-08:00",
    "show": 8243,
    "show_uri": "https://api.kexp.org/v2/shows/8243/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411N2FZD9PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411N2FZD9PL._SL75_.jpg",
    "song": "Relay This",
    "track_id": "cbe33561-7edf-4ec2-8aaf-400d77fa2089",
    "recording_id": null,
    "artist": "Satisfact",
    "artist_ids": [
        "791cbab7-baa0-4913-ab2d-e4e9f7d0b74b"
    ],
    "album": "Satisfact",
    "release_id": "99f4346e-7018-4532-9ecb-4585a3bd4a15",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "1997-03-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}