Information about plays

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

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

{
    "id": 1257627,
    "uri": "https://api.kexp.org/v2/plays/1257627/?format=api",
    "airdate": "2007-07-22T03:44:50-07:00",
    "show": 22023,
    "show_uri": "https://api.kexp.org/v2/shows/22023/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beth",
    "track_id": "45f3abe4-24d0-4fef-a864-b27c06ecde97",
    "recording_id": null,
    "artist": "The 101",
    "artist_ids": [
        "aa450336-2097-4c89-81f3-b6bd1bb8aade"
    ],
    "album": "Green Street",
    "release_id": "8df3cb2a-d018-40e5-b79d-0c1bb38a672c",
    "release_group_id": null,
    "labels": [
        "Limekiln Records"
    ],
    "label_ids": [
        "44c1f8a4-3398-4c70-ba5c-4958b96b40e4"
    ],
    "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"
}