Information about plays

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

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

{
    "id": 382268,
    "uri": "https://api.kexp.org/v2/plays/382268/?format=api",
    "airdate": "2019-09-18T00:29:11-07:00",
    "show": 6362,
    "show_uri": "https://api.kexp.org/v2/shows/6362/?format=api",
    "image_uri": "http://coverartarchive.org/release/c7785bb9-8114-4a38-9269-60e61f19a2cf/14774933787-250.jpg",
    "thumbnail_uri": "",
    "song": "Reality Check",
    "track_id": "af90bcd3-5737-45ef-b6d7-6f9b57568b88",
    "recording_id": null,
    "artist": "Noname feat. Eryn Allen Kane & Akenya.",
    "artist_ids": [
        "49fa1aec-c7ce-493a-8789-95ebf8d92c64"
    ],
    "album": "Telefone",
    "release_id": "c7785bb9-8114-4a38-9269-60e61f19a2cf",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-08-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday, Noname!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}