Information about plays

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

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

{
    "id": 342733,
    "uri": "https://api.kexp.org/v2/plays/342733/?format=api",
    "airdate": "2019-06-17T22:40:03-07:00",
    "show": 5716,
    "show_uri": "https://api.kexp.org/v2/shows/5716/?format=api",
    "image_uri": "http://coverartarchive.org/release/7a9efb7e-0b7d-4804-a7b7-6e834063d1a9/20094003014-250.jpg",
    "thumbnail_uri": "",
    "song": "Mother Maybe",
    "track_id": "d597493f-6d57-4f46-ab1a-dcb97ce43774",
    "recording_id": null,
    "artist": "Kadhja Bonet",
    "artist_ids": [
        "74fae710-c7c9-4deb-8092-149d436c2fe4"
    ],
    "album": "Childqueen",
    "release_id": "7a9efb7e-0b7d-4804-a7b7-6e834063d1a9",
    "release_group_id": null,
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2018-06-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Second record from this LA artist.  https://kadhjabonet.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}