Information about plays

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

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

{
    "id": 347539,
    "uri": "https://api.kexp.org/v2/plays/347539/?format=api",
    "airdate": "2019-06-28T18:14:00-07:00",
    "show": 5787,
    "show_uri": "https://api.kexp.org/v2/shows/5787/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ladyshave",
    "track_id": "7f7b8bc9-cd09-3f33-bdd1-1d370c917825",
    "recording_id": null,
    "artist": "GusGus",
    "artist_ids": [
        "f5cff7b2-b19d-4934-8525-b17248b30ab3"
    ],
    "album": "This Is Normal",
    "release_id": "4f40cd53-d89c-3f05-9011-1f7c9fb3df00",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [],
    "release_date": "1999-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "GusGus performing live at Kex Hostel in Reykjavik during Iceland Airwaves: https://is.gd/aPDtm5",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}