Information about plays

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

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

{
    "id": 421357,
    "uri": "https://api.kexp.org/v2/plays/421357/?format=api",
    "airdate": "2001-05-05T01:05:00-07:00",
    "show": 7053,
    "show_uri": "https://api.kexp.org/v2/shows/7053/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Citizen",
    "track_id": "d3142cc0-4157-4c31-ae91-728a3a78569b",
    "recording_id": null,
    "artist": "Procreation",
    "artist_ids": [
        "4d3e8e46-9d21-47c3-a8e1-7c0ddb8071a5"
    ],
    "album": "Compost Community",
    "release_id": "4f196ce4-0aa1-452a-bb0a-b9721c121175",
    "release_group_id": null,
    "labels": [
        "cold chillin/mca"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}