Information about plays

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

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

{
    "id": 350648,
    "uri": "https://api.kexp.org/v2/plays/350648/?format=api",
    "airdate": "2019-07-05T23:46:54-07:00",
    "show": 5838,
    "show_uri": "https://api.kexp.org/v2/shows/5838/?format=api",
    "image_uri": "http://coverartarchive.org/release/dc28d462-92bd-488a-9f2f-33054d9b6a89/4578814548-250.jpg",
    "thumbnail_uri": "",
    "song": "We Fight/We Love",
    "track_id": "a1fe23da-9284-34e0-a5a8-428449f7e675",
    "recording_id": null,
    "artist": "Q‐Tip feat. Raphael Saadiq",
    "artist_ids": [
        "b3c94036-6166-41d2-91a2-dc3a0b5fa188"
    ],
    "album": "The Renaissance",
    "release_id": "dc28d462-92bd-488a-9f2f-33054d9b6a89",
    "release_group_id": null,
    "labels": [
        "Universal Motown"
    ],
    "label_ids": [
        "c5cf2442-0b01-4359-8f15-9fa2d830ae15"
    ],
    "release_date": "2008-11-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}