Information about plays

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

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

{
    "id": 1380279,
    "uri": "https://api.kexp.org/v2/plays/1380279/?format=api",
    "airdate": "2008-05-30T06:59:03-07:00",
    "show": 24087,
    "show_uri": "https://api.kexp.org/v2/shows/24087/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beautiful Love",
    "track_id": null,
    "recording_id": null,
    "artist": "Julian Cope",
    "artist_ids": [
        "09d878d8-bc2e-4d04-b4aa-57ab614f93ab"
    ],
    "album": "Beautiful Love EP",
    "release_id": "90d43a50-7d00-4b8e-a1ce-e17ad04120b5",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}