Information about plays

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

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

{
    "id": 347742,
    "uri": "https://api.kexp.org/v2/plays/347742/?format=api",
    "airdate": "2019-06-29T06:17:00-07:00",
    "show": 5790,
    "show_uri": "https://api.kexp.org/v2/shows/5790/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I/m Not Here [Missing Face]",
    "track_id": "2d33c0e0-9601-48da-b00f-dcf0dff769d6",
    "recording_id": null,
    "artist": "The Twilight Sad",
    "artist_ids": [
        "d44d63b8-3da4-4f7d-aba1-a05ba8941b44"
    ],
    "album": "It Won/t Be Like This All the Time",
    "release_id": "c0f1889a-eda2-4e29-b7bb-d4f4635a2751",
    "release_group_id": null,
    "labels": [
        "Rock Action Records"
    ],
    "label_ids": [
        "959be696-eda5-4c9d-af24-2c8103f149f5"
    ],
    "release_date": "2019-01-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}