Information about plays

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

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

{
    "id": 357118,
    "uri": "https://api.kexp.org/v2/plays/357118/?format=api",
    "airdate": "2019-07-21T03:21:07-07:00",
    "show": 5953,
    "show_uri": "https://api.kexp.org/v2/shows/5953/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All I Do Is Think About You",
    "track_id": null,
    "recording_id": null,
    "artist": "Tammi Terrell",
    "artist_ids": [],
    "album": "The Motown 7s Box",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Tamla Motown"
    ],
    "label_ids": [
        "4b59e4da-ed85-49f9-904c-973f9a698c8b"
    ],
    "release_date": "2013-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You know what I'm saying?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}