Information about plays

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

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

{
    "id": 373485,
    "uri": "https://api.kexp.org/v2/plays/373485/?format=api",
    "airdate": "2019-08-28T11:35:00-07:00",
    "show": 6218,
    "show_uri": "https://api.kexp.org/v2/shows/6218/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Metallic",
    "track_id": "18c4a813-9121-3b46-8424-8784f552f9c6",
    "recording_id": null,
    "artist": "Catherine Wheel",
    "artist_ids": [
        "37e3dd97-73f9-4c69-b50d-0c0e3c47c40c"
    ],
    "album": "Ferment",
    "release_id": "053f988e-2b6d-4384-8dec-74bde963de4e",
    "release_group_id": null,
    "labels": [
        "Fontana"
    ],
    "label_ids": [],
    "release_date": "1992-02-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song is off a mixtape Miles shared with us called \"THE MUSIC.\" <br>https://www.kexp.org/mixtape/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}