Information about plays

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

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

{
    "id": 457392,
    "uri": "https://api.kexp.org/v2/plays/457392/?format=api",
    "airdate": "2001-08-19T18:37:30-07:00",
    "show": 7751,
    "show_uri": "https://api.kexp.org/v2/shows/7751/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61AASQTXxmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61AASQTXxmL._SL75_.jpg",
    "song": "One",
    "track_id": "f4eb42dc-8c0b-4333-bff3-3fb60a656454",
    "recording_id": null,
    "artist": "Slum Village",
    "artist_ids": [
        "c0c1183e-6940-48ca-8f96-98250fcb3ef1"
    ],
    "album": "Trinity (Past, Present and Future)",
    "release_id": "1a9976be-9d1d-4ba6-a6da-d99b578dea83",
    "release_group_id": null,
    "labels": [
        "J Cor"
    ],
    "label_ids": [],
    "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"
}