Information about plays

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

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

{
    "id": 373763,
    "uri": "https://api.kexp.org/v2/plays/373763/?format=api",
    "airdate": "2019-08-29T01:06:04-07:00",
    "show": 6223,
    "show_uri": "https://api.kexp.org/v2/shows/6223/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rock Da Houz",
    "track_id": null,
    "recording_id": null,
    "artist": "Techfunkers",
    "artist_ids": [],
    "album": "Techfunk Is Where It's At - The Album",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Power Music Records"
    ],
    "label_ids": [
        "6b51a251-ffb6-452a-9e13-a9c6b0645b36"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The deep rave sounds of 1996",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}