Information about plays

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

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

{
    "id": 355994,
    "uri": "https://api.kexp.org/v2/plays/355994/?format=api",
    "airdate": "2019-07-18T10:01:50-07:00",
    "show": 5932,
    "show_uri": "https://api.kexp.org/v2/shows/5932/?format=api",
    "image_uri": "http://coverartarchive.org/release/0c5fc37e-c75c-49ee-9609-e69e7c0743ee/2200354304-250.jpg",
    "thumbnail_uri": "",
    "song": "I Wish I Was the Moon",
    "track_id": "bbe7228d-e169-35d1-9ad8-383e3a88bcf4",
    "recording_id": null,
    "artist": "Neko Case",
    "artist_ids": [
        "e13d2935-8c42-4c0a-96d7-654062acf106"
    ],
    "album": "Blacklisted",
    "release_id": "0c5fc37e-c75c-49ee-9609-e69e7c0743ee",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": "2002-08-20",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Neko Case's performance in KEXP studios from May 2018: https://www.youtube.com/watch?v=j5MPRCf2M9U",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}