Information about plays

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

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

{
    "id": 378462,
    "uri": "https://api.kexp.org/v2/plays/378462/?format=api",
    "airdate": "2019-09-08T19:33:09-07:00",
    "show": 6300,
    "show_uri": "https://api.kexp.org/v2/shows/6300/?format=api",
    "image_uri": "http://coverartarchive.org/release/cf29c470-dd3e-31b0-8aa9-1ac4d3a95690/10123963930-250.jpg",
    "thumbnail_uri": "",
    "song": "Big Brother",
    "track_id": "23da56b2-3407-303d-8caf-b5cfdf79aab3",
    "recording_id": null,
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Talking Book",
    "release_id": "cf29c470-dd3e-31b0-8aa9-1ac4d3a95690",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2000-03-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}