Information about plays

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

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

{
    "id": 485386,
    "uri": "https://api.kexp.org/v2/plays/485386/?format=api",
    "airdate": "2001-11-10T22:40:54-08:00",
    "show": 8298,
    "show_uri": "https://api.kexp.org/v2/shows/8298/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Take Me With You (Prok and Fitch's Floor Play mix)",
    "track_id": "5f148588-9594-41cb-b8c6-c8c2f02b277b",
    "recording_id": null,
    "artist": "My Digital Enemy meets Prok & Fitch",
    "artist_ids": [
        "25388ee3-2dd8-4a10-bb14-08f192392f06"
    ],
    "album": "Hed Kandi: Live Ibiza 2008",
    "release_id": "320781af-1125-4728-a334-12f5ba70593b",
    "release_group_id": null,
    "labels": [
        "L Plates"
    ],
    "label_ids": [
        "704c8a47-6463-4199-886c-dd19068b4d15"
    ],
    "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"
}