Information about plays

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

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

{
    "id": 1313941,
    "uri": "https://api.kexp.org/v2/plays/1313941/?format=api",
    "airdate": "2007-12-14T01:20:10-08:00",
    "show": 22979,
    "show_uri": "https://api.kexp.org/v2/shows/22979/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "High Street Heaven",
    "track_id": null,
    "recording_id": null,
    "artist": "The Rumble Strips",
    "artist_ids": [
        "0ca53fff-3b07-49eb-bcb9-bbe84f1ec768"
    ],
    "album": "Alarm Clock EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Kanine Records"
    ],
    "label_ids": [
        "60f34206-2688-499c-8b55-c7ec1510517f"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}