Information about plays

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

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

{
    "id": 375839,
    "uri": "https://api.kexp.org/v2/plays/375839/?format=api",
    "airdate": "2019-09-03T03:13:57-07:00",
    "show": 6259,
    "show_uri": "https://api.kexp.org/v2/shows/6259/?format=api",
    "image_uri": "http://coverartarchive.org/release/0b99fd9f-f672-40f3-8d96-c9650647c736/6170663171-250.jpg",
    "thumbnail_uri": "",
    "song": "The Curse of Being Young",
    "track_id": "78230855-3462-3c1d-b802-821f41f462fc",
    "recording_id": null,
    "artist": "Hunx and His Punx",
    "artist_ids": [
        "ec57ec4c-2787-4b77-b5c9-8b00a0e59f0a"
    ],
    "album": "Too Young To Be In Love",
    "release_id": "0b99fd9f-f672-40f3-8d96-c9650647c736",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2011-03-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}