Information about plays

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

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

{
    "id": 435905,
    "uri": "https://api.kexp.org/v2/plays/435905/?format=api",
    "airdate": "2001-06-18T11:10:00-07:00",
    "show": 7341,
    "show_uri": "https://api.kexp.org/v2/shows/7341/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41A0KE74E9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41A0KE74E9L._SL75_.jpg",
    "song": "Ghost of Mae West",
    "track_id": "89983b49-749a-4d7c-988f-38c8a1ace95a",
    "recording_id": null,
    "artist": "Trailer Bride",
    "artist_ids": [
        "1104a5a3-558d-4d26-9ece-aa143f86694f"
    ],
    "album": "High Seas",
    "release_id": "39504e5e-ca0f-4119-9823-8b1e14c88d8a",
    "release_group_id": null,
    "labels": [
        "Bloodshot Records"
    ],
    "label_ids": [
        "c1a4129a-95dd-4e8c-b42e-7cd9fc3c208b"
    ],
    "release_date": "2001-06-19",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}