Information about plays

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

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

{
    "id": 349531,
    "uri": "https://api.kexp.org/v2/plays/349531/?format=api",
    "airdate": "2019-07-03T10:00:34-07:00",
    "show": 5823,
    "show_uri": "https://api.kexp.org/v2/shows/5823/?format=api",
    "image_uri": "http://coverartarchive.org/release/b478ef36-72da-432c-bd15-086e91a6a179/13408217275-250.jpg",
    "thumbnail_uri": "",
    "song": "Come Save Me",
    "track_id": "6759210c-cafb-46fd-ae7a-d22bd4572133",
    "recording_id": null,
    "artist": "Jagwar Ma",
    "artist_ids": [
        "5b933654-f58b-438c-8652-90567e5495a1"
    ],
    "album": "Howlin",
    "release_id": "b478ef36-72da-432c-bd15-086e91a6a179",
    "release_group_id": null,
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2013-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}