Information about plays

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

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

{
    "id": 483859,
    "uri": "https://api.kexp.org/v2/plays/483859/?format=api",
    "airdate": "2001-11-05T16:34:17-08:00",
    "show": 8265,
    "show_uri": "https://api.kexp.org/v2/shows/8265/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Wouldn't Believe",
    "track_id": "2ef91a39-7a24-47d5-ac42-c81cee3eb0e6",
    "recording_id": null,
    "artist": "The Makers",
    "artist_ids": [
        "bde9bb95-6eb9-4b9e-a09a-f61302c50552"
    ],
    "album": "All Night Riot",
    "release_id": "23ddfdb4-72c6-4e61-afc5-991bb8bccbfe",
    "release_group_id": null,
    "labels": [
        "Estrus"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}