Information about plays

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

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

{
    "id": 365464,
    "uri": "https://api.kexp.org/v2/plays/365464/?format=api",
    "airdate": "2019-08-10T04:26:00-07:00",
    "show": 6090,
    "show_uri": "https://api.kexp.org/v2/shows/6090/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bullshit Anthem",
    "track_id": "05a417c4-d22f-443f-9095-e212f4d51736",
    "recording_id": null,
    "artist": "Fantastic Negrito",
    "artist_ids": [
        "b7be8029-5ebe-4e4b-bc0c-a4d4756463c7"
    ],
    "album": "Please Don't Be Dead",
    "release_id": "8df654c9-6bf5-4352-8922-d2bc4b22fa54",
    "release_group_id": null,
    "labels": [
        "Blackball Universe"
    ],
    "label_ids": [],
    "release_date": "2018-06-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}