Information about plays

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

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

{
    "id": 346977,
    "uri": "https://api.kexp.org/v2/plays/346977/?format=api",
    "airdate": "2019-06-27T13:49:58-07:00",
    "show": 5780,
    "show_uri": "https://api.kexp.org/v2/shows/5780/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Play House",
    "track_id": "6f12c237-fd66-4a7e-a4e9-a1204a31ff96",
    "recording_id": null,
    "artist": "Skating Polly",
    "artist_ids": [
        "bc0a3a57-94bf-4e17-aa42-677ccd5a8250"
    ],
    "album": "Play House",
    "release_id": "9f525201-feae-42eb-83a2-ba015cbe4712",
    "release_group_id": null,
    "labels": [
        "El Camino Media"
    ],
    "label_ids": [
        "2ef9fc7c-66a0-4c21-b429-7f163f0d2eb3"
    ],
    "release_date": "2019-04-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Skating Polly will be in Washington on Saturday August 10 2019 at\nMarymoor Park Amphitheatre!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}