Information about plays

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

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

{
    "id": 517409,
    "uri": "https://api.kexp.org/v2/plays/517409/?format=api",
    "airdate": "2002-02-13T15:54:00-08:00",
    "show": 8926,
    "show_uri": "https://api.kexp.org/v2/shows/8926/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XYSSH0ESL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XYSSH0ESL._SL75_.jpg",
    "song": "Be My Girl-Sally",
    "track_id": "91825c9f-03d2-4901-aa77-aa332d665252",
    "recording_id": null,
    "artist": "The Police",
    "artist_ids": [
        "9e0e2b01-41db-4008-bd8b-988977d6019a"
    ],
    "album": "Outlandos d'Amour",
    "release_id": "545cee74-510f-41c6-b180-661e2f745839",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1978-11-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}