Information about plays

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

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

{
    "id": 375541,
    "uri": "https://api.kexp.org/v2/plays/375541/?format=api",
    "airdate": "2019-09-02T08:17:01-07:00",
    "show": 6254,
    "show_uri": "https://api.kexp.org/v2/shows/6254/?format=api",
    "image_uri": "http://coverartarchive.org/release/d8d7147d-52a3-4457-bc30-01366f9e7f9a/17027974363-250.jpg",
    "thumbnail_uri": "",
    "song": "Higher Ground",
    "track_id": "35a9ce74-9d30-4bfc-9ffa-5bd31b4f9a81",
    "recording_id": null,
    "artist": "ODESZA feat. Naomi Wild",
    "artist_ids": [
        "f07a2fca-e37b-4f1b-bae0-9e49b8a0b412"
    ],
    "album": "A Moment Apart",
    "release_id": "d8d7147d-52a3-4457-bc30-01366f9e7f9a",
    "release_group_id": null,
    "labels": [
        "Counter Records"
    ],
    "label_ids": [
        "93214c28-306f-493f-a1e8-be3e04e1ab78"
    ],
    "release_date": "2017-09-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://odesza.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}