Information about plays

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

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

{
    "id": 1381070,
    "uri": "https://api.kexp.org/v2/plays/1381070/?format=api",
    "airdate": "2008-06-01T23:56:00-07:00",
    "show": 24106,
    "show_uri": "https://api.kexp.org/v2/shows/24106/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Closer",
    "track_id": "7e4c59ff-61a0-4d8b-ba0b-c55f411ce389",
    "recording_id": null,
    "artist": "CoH & Cosey Fanni Tutti",
    "artist_ids": [
        "f005c9e5-e6a1-4a08-82cd-68983da0b00a"
    ],
    "album": "CoH Plays Cosey",
    "release_id": "a85e5659-54b7-4740-b741-58d32b67e3ce",
    "release_group_id": null,
    "labels": [
        "Raster-Noton"
    ],
    "label_ids": [
        "6f4640eb-0881-40b4-a9ac-2a68ad3af0ca"
    ],
    "release_date": "2008-03-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}