Information about plays

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

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

{
    "id": 506187,
    "uri": "https://api.kexp.org/v2/plays/506187/?format=api",
    "airdate": "2002-01-11T22:54:00-08:00",
    "show": 8705,
    "show_uri": "https://api.kexp.org/v2/shows/8705/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Fell In Love One Day",
    "track_id": null,
    "recording_id": null,
    "artist": "Portastic",
    "artist_ids": [
        "01424d12-3d49-482f-90b0-ca0d7f4e7e75"
    ],
    "album": "De Mel, Melão",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Merge"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "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"
}