Information about plays

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

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

{
    "id": 375532,
    "uri": "https://api.kexp.org/v2/plays/375532/?format=api",
    "airdate": "2019-09-02T07:46:47-07:00",
    "show": 6254,
    "show_uri": "https://api.kexp.org/v2/shows/6254/?format=api",
    "image_uri": "http://coverartarchive.org/release/5b981be9-9fb2-4c68-836b-814839d6865c/17996531462-250.jpg",
    "thumbnail_uri": "",
    "song": "I Wonder",
    "track_id": "6bec38f8-624e-3813-b8fb-9098f3b20836",
    "recording_id": null,
    "artist": "Rodriguez",
    "artist_ids": [
        "8898cd01-b0c5-41bd-9699-0845fc73efc1"
    ],
    "album": "Cold Fact",
    "release_id": "5b981be9-9fb2-4c68-836b-814839d6865c",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2008-08-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "http://www.rodriguez-music.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}