Information about plays

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

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

{
    "id": 375305,
    "uri": "https://api.kexp.org/v2/plays/375305/?format=api",
    "airdate": "2019-09-01T16:30:01-07:00",
    "show": 6249,
    "show_uri": "https://api.kexp.org/v2/shows/6249/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Run The Wild Flowers",
    "track_id": "17de8c75-221f-4a82-954c-13b67bd1ccb8",
    "recording_id": null,
    "artist": "Friendly Fires",
    "artist_ids": [
        "ef656595-bbe8-4386-8953-be8df9f54472"
    ],
    "album": "Inflorescent",
    "release_id": "64f4bbc9-6c6c-4ebf-b23b-7136d425c035",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2019-08-09",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}