Information about plays

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

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

{
    "id": 462566,
    "uri": "https://api.kexp.org/v2/plays/462566/?format=api",
    "airdate": "2001-09-03T23:42:51-07:00",
    "show": 7855,
    "show_uri": "https://api.kexp.org/v2/shows/7855/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51AMKmO%2BaDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51AMKmO%2BaDL._SL75_.jpg",
    "song": "Port of Souls",
    "track_id": "5f17003d-f9a2-41c1-998b-013f40857d43",
    "recording_id": null,
    "artist": "The Gun Club",
    "artist_ids": [
        "e78cc47f-9b89-4ef7-86f8-8f9df4f9dac9"
    ],
    "album": "Mother Juno",
    "release_id": "41c054cd-a393-4170-9a94-3aa9f3c30164",
    "release_group_id": null,
    "labels": [
        "Red Rhino"
    ],
    "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"
}