Information about plays

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

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

{
    "id": 2681629,
    "uri": "https://api.kexp.org/v2/plays/2681629/?format=api",
    "airdate": "2020-01-03T13:31:44-08:00",
    "show": 46283,
    "show_uri": "https://api.kexp.org/v2/shows/46283/?format=api",
    "image_uri": "https://coverartarchive.org/release/a3768611-93fe-4acc-8509-02a5c15d97cf/1673774767-250.jpg",
    "thumbnail_uri": "",
    "song": "All I Do",
    "track_id": "38b12ae2-49f8-33e0-8cd8-c85d87842c6e",
    "recording_id": null,
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Hotter Than July",
    "release_id": "a3768611-93fe-4acc-8509-02a5c15d97cf",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2000-05-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}