Information about plays

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

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

{
    "id": 345601,
    "uri": "https://api.kexp.org/v2/plays/345601/?format=api",
    "airdate": "2019-06-24T15:52:00-07:00",
    "show": 5763,
    "show_uri": "https://api.kexp.org/v2/shows/5763/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Down south",
    "track_id": "515a1705-012b-477e-87e1-03cd72be9144",
    "recording_id": null,
    "artist": "Museum of Love",
    "artist_ids": [
        "ae218235-f6ee-48ea-a0c5-f33b03bf08be"
    ],
    "album": "Museum of Love",
    "release_id": "da1f9e32-5e07-4de7-8262-a5e69d092367",
    "release_group_id": null,
    "labels": [
        "DFA Records"
    ],
    "label_ids": [],
    "release_date": "2014-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Founded by LCD drummer, Pat Mahoney with Dennis McNany. Check out this awesome in studio with them! https://www.youtube.com/watch?v=CTHoYknOQh4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}