Information about plays

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

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

{
    "id": 429213,
    "uri": "https://api.kexp.org/v2/plays/429213/?format=api",
    "airdate": "2001-05-29T09:45:42-07:00",
    "show": 7213,
    "show_uri": "https://api.kexp.org/v2/shows/7213/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51W57ENFZ9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51W57ENFZ9L._SL75_.jpg",
    "song": "Ploughshares Into Guns",
    "track_id": "1078b819-f43c-41c7-8097-f210e8b6be53",
    "recording_id": null,
    "artist": "The Toasters",
    "artist_ids": [
        "f5d56157-c5fe-490f-bf91-8d200e7f9b5f"
    ],
    "album": "New York Fever",
    "release_id": "ab0c8265-e884-4343-be47-172732cc575f",
    "release_group_id": null,
    "labels": [
        "Moon Ska Records"
    ],
    "label_ids": [
        "6d46f7df-3360-4d74-83f1-e164ebdd5ada"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}