Information about plays

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

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

{
    "id": 343831,
    "uri": "https://api.kexp.org/v2/plays/343831/?format=api",
    "airdate": "2019-06-20T07:29:00-07:00",
    "show": 5730,
    "show_uri": "https://api.kexp.org/v2/shows/5730/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Bullets Spent",
    "track_id": null,
    "recording_id": null,
    "artist": "Spoon",
    "artist_ids": [
        "84eac621-1c5a-49a1-9500-555099c6e184"
    ],
    "album": "Greatest Hits",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spoon announced yesterday that they've got a greatest hits comp coming, and it will feature this new song, \"No Bullets Spent.\" <i>Everything Hits At Once</i> will be out on July 26th via Matador, find it here: https://bit.ly/2WTkuft",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}