Information about plays

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

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

{
    "id": 373330,
    "uri": "https://api.kexp.org/v2/plays/373330/?format=api",
    "airdate": "2019-08-28T02:43:00-07:00",
    "show": 6216,
    "show_uri": "https://api.kexp.org/v2/shows/6216/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Because",
    "track_id": "4c81be8b-31f9-4568-8d23-8c49f152dfe6",
    "recording_id": null,
    "artist": "Smerz",
    "artist_ids": [
        "4b913922-5cc8-4d9a-bbd8-19d7f9fa0cd5"
    ],
    "album": "Okey",
    "release_id": "4ac4cb93-300c-4cab-9cfc-46e42ef4c303",
    "release_group_id": null,
    "labels": [
        "Hard Up"
    ],
    "label_ids": [],
    "release_date": "2016-10-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Interview with Smerz on winning the Music Moves Europe Talent Awards: https://bit.ly/32coN8K",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}