Information about plays

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

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

{
    "id": 377188,
    "uri": "https://api.kexp.org/v2/plays/377188/?format=api",
    "airdate": "2019-09-05T20:26:00-07:00",
    "show": 6275,
    "show_uri": "https://api.kexp.org/v2/shows/6275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Designs on You",
    "track_id": "fd0b5922-6e3f-3d89-bf7f-49b5fab75087",
    "recording_id": null,
    "artist": "Old 97’s",
    "artist_ids": [
        "8dd216da-6db2-4130-9a7c-ece756d1394d"
    ],
    "album": "Satellite Rides",
    "release_id": "6d48892a-7e96-4301-bd59-b93ba8b9bce0",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2001-03-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}