Information about plays

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

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

{
    "id": 350213,
    "uri": "https://api.kexp.org/v2/plays/350213/?format=api",
    "airdate": "2019-07-04T22:30:08-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "http://coverartarchive.org/release/c50e2513-86e3-43af-ad82-c1f3b988c101/22021127550-250.jpg",
    "thumbnail_uri": "",
    "song": "The Weight",
    "track_id": "ddb8e2f1-990c-4731-be6c-844a032a90a2",
    "recording_id": null,
    "artist": "Weval",
    "artist_ids": [
        "cda72260-9583-4fc5-95a2-ce5de94d7c99"
    ],
    "album": "The Weight",
    "release_id": "c50e2513-86e3-43af-ad82-c1f3b988c101",
    "release_group_id": null,
    "labels": [
        "Kompakt"
    ],
    "label_ids": [
        "bc0bb9db-43fc-4f1d-96f5-a40ae17b4d5d"
    ],
    "release_date": "2019-03-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dutch duo Weval are back with their second full lenght album “The Weight” it comes via Kompakt (as the debut did) https://weval.bandcamp.com/album/the-weight",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}