Information about plays

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

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

{
    "id": 349809,
    "uri": "https://api.kexp.org/v2/plays/349809/?format=api",
    "airdate": "2019-07-04T00:34:55-07:00",
    "show": 5826,
    "show_uri": "https://api.kexp.org/v2/shows/5826/?format=api",
    "image_uri": "http://coverartarchive.org/release/e721d268-3131-493f-962c-25229f975bcc/20175751913-250.jpg",
    "thumbnail_uri": "",
    "song": "This Is America",
    "track_id": "f8f68b32-6d57-4b50-9979-07f960d551e1",
    "recording_id": null,
    "artist": "Childish Gambino",
    "artist_ids": [
        "7fb57fba-a6ef-44c2-abab-2fa3bdee607e"
    ],
    "album": "This is America",
    "release_id": "cdd20cef-8f2a-480f-b2bb-d997b68848b9",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-05-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 4th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}