Information about plays

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

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

{
    "id": 1233285,
    "uri": "https://api.kexp.org/v2/plays/1233285/?format=api",
    "airdate": "2007-05-19T22:53:00-07:00",
    "show": 21603,
    "show_uri": "https://api.kexp.org/v2/shows/21603/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vengeance",
    "track_id": null,
    "recording_id": null,
    "artist": "The Fix",
    "artist_ids": [
        "75b206a3-acca-4a37-8e4d-c29fbb0cba22"
    ],
    "album": "At the Speed of Twisted Thought....",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "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"
}