Information about plays

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

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

{
    "id": 374841,
    "uri": "https://api.kexp.org/v2/plays/374841/?format=api",
    "airdate": "2019-08-31T12:23:00-07:00",
    "show": 6239,
    "show_uri": "https://api.kexp.org/v2/shows/6239/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fun",
    "track_id": "4db25308-07d5-4e87-8c13-eb499349c8f2",
    "recording_id": null,
    "artist": "Blondie",
    "artist_ids": [
        "4d2956d1-a3f7-44bb-9a41-67563e1a0c94"
    ],
    "album": "Pollinator",
    "release_id": "f774cc56-f01c-4c93-870d-166f6b872e39",
    "release_group_id": null,
    "labels": [
        "BMG Chrysalis"
    ],
    "label_ids": [],
    "release_date": "2017-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Blondie was originally called 'The Angel and the Snake. More Fun Blondie facts here: https://bzfd.it/2Upb5wy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}