Information about plays

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

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

{
    "id": 1257955,
    "uri": "https://api.kexp.org/v2/plays/1257955/?format=api",
    "airdate": "2007-07-23T02:09:35-07:00",
    "show": 22031,
    "show_uri": "https://api.kexp.org/v2/shows/22031/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/215RKADM0RL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/215RKADM0RL._SL75_.jpg",
    "song": "Ghetto Living",
    "track_id": "ee4d94c3-0434-4db0-b6a9-df9ecbd89839",
    "recording_id": null,
    "artist": "Prince Far I",
    "artist_ids": [
        "86f26c3e-c6ac-4829-ac22-f1a2133d4ffe"
    ],
    "album": "Black Man Land",
    "release_id": "ccb1dafe-de74-4d30-aa50-b613983614fd",
    "release_group_id": null,
    "labels": [
        "Caroline"
    ],
    "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"
}