Information about plays

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

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

{
    "id": 381790,
    "uri": "https://api.kexp.org/v2/plays/381790/?format=api",
    "airdate": "2019-09-17T01:45:58-07:00",
    "show": 6357,
    "show_uri": "https://api.kexp.org/v2/shows/6357/?format=api",
    "image_uri": "http://coverartarchive.org/release/8b6b98a0-1bdb-420d-838e-47baa854c46e/23282660411-250.jpg",
    "thumbnail_uri": "",
    "song": "Religion (U Can Lay Your Hands on Me)",
    "track_id": "50c93c60-9202-4fc5-8e43-c8e9d5154de1",
    "recording_id": null,
    "artist": "Shura",
    "artist_ids": [
        "95bdf97d-754a-46a7-9079-ea0181faefb3"
    ],
    "album": "Forevher",
    "release_id": "8b6b98a0-1bdb-420d-838e-47baa854c46e",
    "release_group_id": null,
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2019-08-16",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KEXP's New Music review -- Shura: https://kexp.org/read/2019/8/19/new-music-reviews-819/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}