Information about plays

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

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

{
    "id": 357368,
    "uri": "https://api.kexp.org/v2/plays/357368/?format=api",
    "airdate": "2019-07-21T19:16:00-07:00",
    "show": 5958,
    "show_uri": "https://api.kexp.org/v2/shows/5958/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stay Here",
    "track_id": "d9034914-2399-4bd5-93c4-c1b44431c17d",
    "recording_id": null,
    "artist": "Muhsinah",
    "artist_ids": [
        "1e73a4c6-4e90-49ff-9cdd-f53f74ccca97"
    ],
    "album": "The Oscillations: Triangle",
    "release_id": "a43cc1b5-9b16-453b-b148-c0435afafe55",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2009-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}