Information about plays

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

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

{
    "id": 1286847,
    "uri": "https://api.kexp.org/v2/plays/1286847/?format=api",
    "airdate": "2007-10-04T07:57:00-07:00",
    "show": 22516,
    "show_uri": "https://api.kexp.org/v2/shows/22516/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "See What I Care",
    "track_id": null,
    "recording_id": null,
    "artist": "Data Rock",
    "artist_ids": [
        "5cefe5de-98fb-4a78-8d2f-3b6e7d9cf441"
    ],
    "album": "See What I Care",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [
        "8aa0e885-1cbb-474d-9b74-ae8446989417"
    ],
    "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"
}