Information about plays

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

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

{
    "id": 346939,
    "uri": "https://api.kexp.org/v2/plays/346939/?format=api",
    "airdate": "2019-06-27T11:32:28-07:00",
    "show": 5780,
    "show_uri": "https://api.kexp.org/v2/shows/5780/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's Thunder and It's Lightning",
    "track_id": "f6642447-7506-3d5e-a298-90a6f21c370b",
    "recording_id": null,
    "artist": "We Were Promised Jetpacks",
    "artist_ids": [
        "8f0e0596-5a39-4bd5-9dfa-f2b12030ffdc"
    ],
    "album": "These Four Walls",
    "release_id": "d9e47b36-e29f-387e-afc6-2dbb90cb914d",
    "release_group_id": null,
    "labels": [
        "FatCat Records"
    ],
    "label_ids": [
        "21d42a26-b50d-4d1b-8494-ec07922919ce"
    ],
    "release_date": "2009-06-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We Were Promised Jetpacks will be in playing at Neumos on Wednesday, July 17!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}