Information about plays

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

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

{
    "id": 347417,
    "uri": "https://api.kexp.org/v2/plays/347417/?format=api",
    "airdate": "2019-06-28T12:48:05-07:00",
    "show": 5785,
    "show_uri": "https://api.kexp.org/v2/shows/5785/?format=api",
    "image_uri": "http://coverartarchive.org/release/253af493-6d34-3a8f-a8f9-aac02e02f6cf/3374992371-250.jpg",
    "thumbnail_uri": "",
    "song": "The Seed (2.0)",
    "track_id": "bbeb3a0f-6f10-3c5f-b4a1-c403f7b936bf",
    "recording_id": null,
    "artist": "The Roots feat. Cody ChesnuTT",
    "artist_ids": [
        "cd103368-a248-44d6-90d7-ed36afda8d7d"
    ],
    "album": "Phrenology",
    "release_id": "253af493-6d34-3a8f-a8f9-aac02e02f6cf",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "2002-11-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}