Information about plays

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

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

{
    "id": 350636,
    "uri": "https://api.kexp.org/v2/plays/350636/?format=api",
    "airdate": "2019-07-05T23:14:00-07:00",
    "show": 5838,
    "show_uri": "https://api.kexp.org/v2/shows/5838/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Take Away (feat. Good Joon)",
    "track_id": null,
    "recording_id": null,
    "artist": "Iman Omari",
    "artist_ids": [
        "b98fe08c-2c83-42ee-abab-75e17d7706ec"
    ],
    "album": "Energy",
    "release_id": "eeef81c9-3498-47e5-a29a-6c647eec949e",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2011-11-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}