Information about plays

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

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

{
    "id": 432857,
    "uri": "https://api.kexp.org/v2/plays/432857/?format=api",
    "airdate": "2001-06-09T03:45:52-07:00",
    "show": 7280,
    "show_uri": "https://api.kexp.org/v2/shows/7280/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61BuzvG9YWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61BuzvG9YWL._SL75_.jpg",
    "song": "(Tonight) Are You Trying to Fall in Love Again",
    "track_id": "f146addc-9139-49b2-b9f2-5a225fccaf9e",
    "recording_id": null,
    "artist": "Tindersticks",
    "artist_ids": [
        "4306a798-e2f8-4192-9a45-2fd41cdae60c"
    ],
    "album": "Curtains",
    "release_id": "f52297f3-f330-4374-bbdc-895ee33fb996",
    "release_group_id": null,
    "labels": [
        "London Records"
    ],
    "label_ids": [
        "60a0dd34-2333-4679-9050-38c21f7bc616"
    ],
    "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"
}