Information about plays

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

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

{
    "id": 461848,
    "uri": "https://api.kexp.org/v2/plays/461848/?format=api",
    "airdate": "2001-09-01T14:41:32-07:00",
    "show": 7839,
    "show_uri": "https://api.kexp.org/v2/shows/7839/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61V-bShByvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61V-bShByvL._SL75_.jpg",
    "song": "Repeat After Me",
    "track_id": "787b806c-2cee-4990-91a7-1c50483c50fd",
    "recording_id": null,
    "artist": "The Three Sounds",
    "artist_ids": [
        "cf2115e9-fa60-4561-8b6e-f72d34ad800e"
    ],
    "album": "Soul Symphony",
    "release_id": "1759c79e-6b3b-49c7-8036-7a6e71e7699a",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1969-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}