Information about plays

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

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

{
    "id": 1361894,
    "uri": "https://api.kexp.org/v2/plays/1361894/?format=api",
    "airdate": "2008-04-14T02:05:27-07:00",
    "show": 23783,
    "show_uri": "https://api.kexp.org/v2/shows/23783/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Here Comes The Sun",
    "track_id": null,
    "recording_id": null,
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "Just Like A Woman : Nina Simone Sings Classics of the 60's",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "rca/legacy"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}