Information about plays

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

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

{
    "id": 351704,
    "uri": "https://api.kexp.org/v2/plays/351704/?format=api",
    "airdate": "2019-07-08T12:38:18-07:00",
    "show": 5861,
    "show_uri": "https://api.kexp.org/v2/shows/5861/?format=api",
    "image_uri": "http://coverartarchive.org/release/25da871f-ca88-4076-92d4-fe4161c361ba/16648365725-250.jpg",
    "thumbnail_uri": "",
    "song": "Everyone Knows",
    "track_id": "27c3ffe1-ab15-4ff5-9fed-5d4cf7fbebc0",
    "recording_id": null,
    "artist": "Slowdive",
    "artist_ids": [
        "a16371b9-7d36-497a-a9d4-42b0a0440c5e"
    ],
    "album": "Slowdive",
    "release_id": "25da871f-ca88-4076-92d4-fe4161c361ba",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2017-05-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}