Information about plays

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

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

{
    "id": 429261,
    "uri": "https://api.kexp.org/v2/plays/429261/?format=api",
    "airdate": "2001-05-29T12:52:30-07:00",
    "show": 7214,
    "show_uri": "https://api.kexp.org/v2/shows/7214/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61DOSSizKEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61DOSSizKEL._SL75_.jpg",
    "song": "Be Free",
    "track_id": "bff11906-fc09-4a03-9ecb-d386d2c09cec",
    "recording_id": null,
    "artist": "The Black Eyed Peas",
    "artist_ids": [
        "d5be5333-4171-427e-8e12-732087c6b78e"
    ],
    "album": "Behind the Front",
    "release_id": "b0f72352-a661-47dc-bf23-5a5f27210382",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "1998-06-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}