Information about plays

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

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

{
    "id": 344429,
    "uri": "https://api.kexp.org/v2/plays/344429/?format=api",
    "airdate": "2019-06-21T19:38:00-07:00",
    "show": 5739,
    "show_uri": "https://api.kexp.org/v2/shows/5739/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Parallel Lines (feat. Phantogram)",
    "track_id": null,
    "recording_id": null,
    "artist": "A-Trak",
    "artist_ids": [],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fool's Gold Records"
    ],
    "label_ids": [],
    "release_date": "2016-05-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Phantogram featured on lead vox and some of the instrumentation.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}