Information about plays

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

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

{
    "id": 377727,
    "uri": "https://api.kexp.org/v2/plays/377727/?format=api",
    "airdate": "2019-09-06T23:39:23-07:00",
    "show": 6283,
    "show_uri": "https://api.kexp.org/v2/shows/6283/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Fight/We Love",
    "track_id": "5be9f625-25b8-34d6-8b03-b10eec0fd029",
    "recording_id": null,
    "artist": "Q‐Tip feat. Raphael Saadiq",
    "artist_ids": [
        "b3c94036-6166-41d2-91a2-dc3a0b5fa188"
    ],
    "album": "The Renaissance",
    "release_id": "308f00da-a3ac-3940-9290-516ef142ce86",
    "release_group_id": null,
    "labels": [
        "Universal Motown Republic Group"
    ],
    "label_ids": [
        "bbadeaa2-9db8-48db-a51c-0ce79bc349b6"
    ],
    "release_date": "2008-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}