Information about plays

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

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

{
    "id": 349523,
    "uri": "https://api.kexp.org/v2/plays/349523/?format=api",
    "airdate": "2019-07-03T09:34:00-07:00",
    "show": 5822,
    "show_uri": "https://api.kexp.org/v2/shows/5822/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lo/Hi",
    "track_id": null,
    "recording_id": null,
    "artist": "The Black Keys",
    "artist_ids": [
        "d15721d8-56b4-453d-b506-fc915b14cba2"
    ],
    "album": "\"Let's Rock\"",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [],
    "release_date": "2019-06-28",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Black Keys shared their first new music in five years, and they’re touring with Modest Mouse! They'll be at Tacoma Dome on Saturday, Nov 23rd: https://www.tacomadome.org/events/detail/the-black-keys",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}