Information about plays

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

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

{
    "id": 378063,
    "uri": "https://api.kexp.org/v2/plays/378063/?format=api",
    "airdate": "2019-09-07T20:10:42-07:00",
    "show": 6291,
    "show_uri": "https://api.kexp.org/v2/shows/6291/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Dapper Derp",
    "track_id": "47d2c576-3b8e-4f53-a955-f8d445c35b8a",
    "recording_id": null,
    "artist": "The True Loves",
    "artist_ids": [
        "0a28e2c9-20d3-4541-8e25-bcea06916fc2"
    ],
    "album": "The Dirty",
    "release_id": "c2d2fce2-d03f-43bc-9c4e-f5546a917ba9",
    "release_group_id": null,
    "labels": [
        "We Coast Records"
    ],
    "label_ids": [
        "c447bace-fd5e-4031-9708-8b7cab0bfe1f"
    ],
    "release_date": "2018-03-21",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The True Loves will be playing at Firefly Lounge in Bellingham on Friday, September 20th; https://www.truelovesband.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}