Information about plays

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

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

{
    "id": 352119,
    "uri": "https://api.kexp.org/v2/plays/352119/?format=api",
    "airdate": "2019-07-09T13:24:15-07:00",
    "show": 5868,
    "show_uri": "https://api.kexp.org/v2/shows/5868/?format=api",
    "image_uri": "http://coverartarchive.org/release/5a2c109a-fad8-47b6-b7b5-864efd0bc6cc/23263021186-250.jpg",
    "thumbnail_uri": "",
    "song": "Un-Becoming",
    "track_id": "477c00f6-0332-40a7-b1c7-3bf991310b16",
    "recording_id": null,
    "artist": "J. Robbins",
    "artist_ids": [
        "3babd931-a940-43a8-b629-d7aed5b821d9"
    ],
    "album": "Un-Becoming",
    "release_id": "5a2c109a-fad8-47b6-b7b5-864efd0bc6cc",
    "release_group_id": null,
    "labels": [
        "Dischord Records"
    ],
    "label_ids": [
        "2954d038-b2af-495a-b3b7-ab8028c672c4"
    ],
    "release_date": "2019-05-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}