Information about plays

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

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

{
    "id": 372616,
    "uri": "https://api.kexp.org/v2/plays/372616/?format=api",
    "airdate": "2019-08-26T16:39:02-07:00",
    "show": 6207,
    "show_uri": "https://api.kexp.org/v2/shows/6207/?format=api",
    "image_uri": "http://coverartarchive.org/release/20be72db-282f-4c75-b9bb-92223582ca6e/1673806588-250.jpg",
    "thumbnail_uri": "",
    "song": "I Wish",
    "track_id": "ad86debe-d59b-42a1-be63-1b23964883a2",
    "recording_id": null,
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Stevie Wonder's Original Musiquarium 1",
    "release_id": "20be72db-282f-4c75-b9bb-92223582ca6e",
    "release_group_id": null,
    "labels": [
        "Tamla"
    ],
    "label_ids": [
        "7f87e14e-eb85-4a7e-957a-77465f869cb5"
    ],
    "release_date": "1982-05-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}