Information about plays

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

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

{
    "id": 373361,
    "uri": "https://api.kexp.org/v2/plays/373361/?format=api",
    "airdate": "2019-08-28T04:40:39-07:00",
    "show": 6216,
    "show_uri": "https://api.kexp.org/v2/shows/6216/?format=api",
    "image_uri": "http://coverartarchive.org/release/f68fa5c2-14ff-411a-b8d9-864621affe6c/2123492214-250.jpg",
    "thumbnail_uri": "",
    "song": "Manchester",
    "track_id": "c979e2a0-507f-38c0-9cb2-aa03752195aa",
    "recording_id": null,
    "artist": "Kishi Bashi",
    "artist_ids": [
        "7c340ac5-6eda-4981-91d6-d5b1f4d1bbbf"
    ],
    "album": "151a",
    "release_id": "f68fa5c2-14ff-411a-b8d9-864621affe6c",
    "release_group_id": null,
    "labels": [
        "Joyful Noise Recordings"
    ],
    "label_ids": [
        "ea3bb22e-d9c4-4739-a138-55b56816216f"
    ],
    "release_date": "2012-04-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kishi Bashi will be in Seattle at Showbox SoDo on October 6, 2019. http://www.kishibashi.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}