Information about plays

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

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

{
    "id": 1384927,
    "uri": "https://api.kexp.org/v2/plays/1384927/?format=api",
    "airdate": "2008-06-12T21:08:27-07:00",
    "show": 24177,
    "show_uri": "https://api.kexp.org/v2/shows/24177/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Willow Tree",
    "track_id": "455c24bf-ab71-43f0-8689-ba0055b751db",
    "recording_id": null,
    "artist": "Ida",
    "artist_ids": [
        "19c960a1-703e-48e4-8286-37b3aee7a09c"
    ],
    "album": "Lovers Prayers",
    "release_id": "b8cc1d25-b194-4c39-877d-9c9cef8fd062",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "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"
}