Information about plays

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

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

{
    "id": 375362,
    "uri": "https://api.kexp.org/v2/plays/375362/?format=api",
    "airdate": "2019-09-01T20:22:00-07:00",
    "show": 6250,
    "show_uri": "https://api.kexp.org/v2/shows/6250/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Want a Love I Can See",
    "track_id": "8df02d6f-f491-4ab4-953a-eb1fece01b11",
    "recording_id": null,
    "artist": "The Temptations",
    "artist_ids": [
        "d8df96ae-8fcf-4997-b3e6-e5d1aaf0f69e"
    ],
    "album": "25th Anniversary",
    "release_id": "814b6304-a91b-4687-bacd-62a7d4e98aa4",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}