Information about plays

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

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

{
    "id": 347902,
    "uri": "https://api.kexp.org/v2/plays/347902/?format=api",
    "airdate": "2019-06-29T16:58:15-07:00",
    "show": 5796,
    "show_uri": "https://api.kexp.org/v2/shows/5796/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Seven (CSS remix)",
    "track_id": "f18870ae-cd09-363e-8c96-362170ca4dec",
    "recording_id": null,
    "artist": "Fever Ray",
    "artist_ids": [
        "f7df5df4-4dfa-459d-972b-1ba051c15ddc"
    ],
    "album": "Seven",
    "release_id": "887a823b-591f-4a7b-9ef7-773e02ef8ec6",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2009-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fever Ray will be releasing a Live album called \"Live at the Troxy\" on August 2nd!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}