Information about plays

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

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

{
    "id": 1359051,
    "uri": "https://api.kexp.org/v2/plays/1359051/?format=api",
    "airdate": "2008-04-06T21:14:00-07:00",
    "show": 23735,
    "show_uri": "https://api.kexp.org/v2/shows/23735/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Good Start At Saying No",
    "track_id": null,
    "recording_id": null,
    "artist": "Random Movement",
    "artist_ids": [
        "47e89305-64e9-48db-b41c-9672104e9306"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Innerground Records"
    ],
    "label_ids": [
        "dc73c716-8ff3-45b6-8d36-09aa94d06249"
    ],
    "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"
}