Information about plays

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

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

{
    "id": 344740,
    "uri": "https://api.kexp.org/v2/plays/344740/?format=api",
    "airdate": "2019-06-22T13:59:04-07:00",
    "show": 5746,
    "show_uri": "https://api.kexp.org/v2/shows/5746/?format=api",
    "image_uri": "http://coverartarchive.org/release/7728c85c-5947-47f5-a593-e527d299b795/13104392385-250.jpg",
    "thumbnail_uri": "",
    "song": "Rest of My Life",
    "track_id": "597684fb-c537-41ac-b91e-04e6f260ba28",
    "recording_id": null,
    "artist": "Guts feat. Lorine Chia & Tanya Morgan",
    "artist_ids": [
        "dfbafc11-8dc2-4828-bd90-340acbdf4fa2"
    ],
    "album": "Eternal",
    "release_id": "7728c85c-5947-47f5-a593-e527d299b795",
    "release_group_id": null,
    "labels": [
        "Heavenly Sweetness"
    ],
    "label_ids": [
        "8c982ccb-47db-4cc8-b067-b1ca113ee4b9"
    ],
    "release_date": "2016-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}