Information about plays

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

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

{
    "id": 455324,
    "uri": "https://api.kexp.org/v2/plays/455324/?format=api",
    "airdate": "2001-08-13T22:15:00-07:00",
    "show": 7710,
    "show_uri": "https://api.kexp.org/v2/shows/7710/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I've Got You Under My Skin",
    "track_id": null,
    "recording_id": null,
    "artist": "Jawbox",
    "artist_ids": [
        "016fba14-1fc6-4986-86c2-2113ec9b28de"
    ],
    "album": "Cooling Card EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "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"
}