Information about plays

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

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

{
    "id": 417144,
    "uri": "https://api.kexp.org/v2/plays/417144/?format=api",
    "airdate": "2001-04-22T13:56:28-07:00",
    "show": 6964,
    "show_uri": "https://api.kexp.org/v2/shows/6964/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21VPDBQTD5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21VPDBQTD5L._SL75_.jpg",
    "song": "Shining Star",
    "track_id": "f84264e0-6a8d-4c06-9ec4-7a5dee3c3f9d",
    "recording_id": null,
    "artist": "Earth, Wind & Fire",
    "artist_ids": [
        "535afeda-2538-435d-9dd1-5e10be586774"
    ],
    "album": "In Yo' Face! The History of Funk, Volume 2",
    "release_id": "40cafb71-0f33-4f3c-8f0b-db7dcc3a060e",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1993-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}