Information about plays

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

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

{
    "id": 350174,
    "uri": "https://api.kexp.org/v2/plays/350174/?format=api",
    "airdate": "2019-07-04T20:25:00-07:00",
    "show": 5831,
    "show_uri": "https://api.kexp.org/v2/shows/5831/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Girl They Talk About",
    "track_id": "b605ccf3-89b5-3cdb-8ae6-fe5f23a7eecd",
    "recording_id": null,
    "artist": "Johnny Paycheck",
    "artist_ids": [
        "fae7b17e-03e9-44ea-9734-f4ed92246f9f"
    ],
    "album": "The Real Mr. Heartache: The Little Darlin' Years",
    "release_id": "bd2d232b-b9b5-4e78-86af-d12ad1541063",
    "release_group_id": null,
    "labels": [
        "Country Music Foundation Records"
    ],
    "label_ids": [],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}