Information about plays

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

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

{
    "id": 376737,
    "uri": "https://api.kexp.org/v2/plays/376737/?format=api",
    "airdate": "2019-09-04T21:57:14-07:00",
    "show": 6270,
    "show_uri": "https://api.kexp.org/v2/shows/6270/?format=api",
    "image_uri": "http://coverartarchive.org/release/0b2c452e-c3dc-4e95-879a-327b8aedde7a/19343684371-250.jpg",
    "thumbnail_uri": "",
    "song": "Know Me",
    "track_id": "9f563978-ea56-37e9-8548-efdece908e04",
    "recording_id": null,
    "artist": "Frankie Rose",
    "artist_ids": [
        "3522e1ec-0b52-47c3-a13e-17ac5db91e9e"
    ],
    "album": "Interstellar",
    "release_id": "0b2c452e-c3dc-4e95-879a-327b8aedde7a",
    "release_group_id": null,
    "labels": [
        "Slumberland Records"
    ],
    "label_ids": [
        "5bf0ffc7-898d-43f0-a072-b072506fe617"
    ],
    "release_date": "2012-02-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}