Information about plays

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

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

{
    "id": 348637,
    "uri": "https://api.kexp.org/v2/plays/348637/?format=api",
    "airdate": "2019-07-01T13:03:34-07:00",
    "show": 5811,
    "show_uri": "https://api.kexp.org/v2/shows/5811/?format=api",
    "image_uri": "http://coverartarchive.org/release/148d0df0-a548-3851-98b4-4dd3f1829714/3216700529-250.jpg",
    "thumbnail_uri": "",
    "song": "Romantic Rights",
    "track_id": "b0d68d30-80fb-33b5-ba3e-b4eefd41182b",
    "recording_id": null,
    "artist": "Death From Above 1979",
    "artist_ids": [
        "92dc699f-fcbc-4278-afbe-40b5ad060a55"
    ],
    "album": "You’re a Woman, I’m a Machine",
    "release_id": "148d0df0-a548-3851-98b4-4dd3f1829714",
    "release_group_id": null,
    "labels": [
        "Last Gang Records"
    ],
    "label_ids": [
        "92218c9e-83bb-494d-afc2-f9475b64490d"
    ],
    "release_date": "2004-09-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Toronto, ON. http://www.deathfromabove1979.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}