Information about plays

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

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

{
    "id": 349704,
    "uri": "https://api.kexp.org/v2/plays/349704/?format=api",
    "airdate": "2019-07-03T18:05:18-07:00",
    "show": 5825,
    "show_uri": "https://api.kexp.org/v2/shows/5825/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Amen, Brother",
    "track_id": null,
    "recording_id": null,
    "artist": "The Winstons",
    "artist_ids": [
        "ae718339-fcd0-412e-9b33-b8d5cc94a030"
    ],
    "album": "45",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Metromedia Records"
    ],
    "label_ids": [
        "b03a9174-3bb1-4e29-a18b-c6f4e53d9483"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "B-side to “Color Him Father”, and the source of the massively sampled drum break known as the “Amen Break”: https://www.npr.org/2017/08/07/542087087/funk-band-behind-amen-break-drum-riff-receives-long-overdue-notoriety",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}