Information about plays

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

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

{
    "id": 459394,
    "uri": "https://api.kexp.org/v2/plays/459394/?format=api",
    "airdate": "2001-08-25T10:41:32-07:00",
    "show": 7788,
    "show_uri": "https://api.kexp.org/v2/shows/7788/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41NTYSGG0PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41NTYSGG0PL._SL75_.jpg",
    "song": "Boom Boom",
    "track_id": "730d164f-3d1c-4bab-a8d0-b839d0b89fcd",
    "recording_id": null,
    "artist": "General Degree",
    "artist_ids": [
        "24d478d4-11b5-454b-b9b7-90ec4529dc7f"
    ],
    "album": "Reggae Gold 1998",
    "release_id": "d04ca4d7-53f4-4e61-9dc5-d5ed042ba595",
    "release_group_id": null,
    "labels": [
        "Greensleeves"
    ],
    "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"
}