Information about plays

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

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

{
    "id": 464527,
    "uri": "https://api.kexp.org/v2/plays/464527/?format=api",
    "airdate": "2001-09-09T18:30:00-07:00",
    "show": 7892,
    "show_uri": "https://api.kexp.org/v2/shows/7892/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51NRTP7FZ4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51NRTP7FZ4L._SL75_.jpg",
    "song": "Grand Verbalizer, What Time Is It?",
    "track_id": "72eb3f04-8d08-4490-9810-edadc9297cbe",
    "recording_id": null,
    "artist": "X-Clan",
    "artist_ids": [
        "5e2a533a-0d23-4b6b-9488-822f7e3b0b8e"
    ],
    "album": "To the East, Blackwards",
    "release_id": "36fa32ab-5f58-4255-b241-f1a2377bd801",
    "release_group_id": null,
    "labels": [
        "$th & B'WAY"
    ],
    "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"
}