Information about plays

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

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

{
    "id": 456877,
    "uri": "https://api.kexp.org/v2/plays/456877/?format=api",
    "airdate": "2001-08-18T01:52:30-07:00",
    "show": 7735,
    "show_uri": "https://api.kexp.org/v2/shows/7735/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41LrpxHjbGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41LrpxHjbGL._SL75_.jpg",
    "song": "Rangi Rang",
    "track_id": "fdb164e0-fafc-4a3a-8d83-a20138ad0d68",
    "recording_id": null,
    "artist": "Musafir",
    "artist_ids": [
        "e1cc3f8f-8c34-4317-a706-43b0f082f754"
    ],
    "album": "Dhola Maru",
    "release_id": "439cd42d-5084-4a16-8834-031c42ef122f",
    "release_group_id": null,
    "labels": [
        "Sounds True"
    ],
    "label_ids": [
        "261cec71-db06-4c77-b0ff-1e96ccd2e1b2"
    ],
    "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"
}