Information about plays

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

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

{
    "id": 354333,
    "uri": "https://api.kexp.org/v2/plays/354333/?format=api",
    "airdate": "2019-07-14T15:04:32-07:00",
    "show": 5907,
    "show_uri": "https://api.kexp.org/v2/shows/5907/?format=api",
    "image_uri": "http://coverartarchive.org/release/faa2ca20-d9b1-4ccf-bfe9-fef42feaa221/3206252407-250.jpg",
    "thumbnail_uri": "",
    "song": "My Number",
    "track_id": "1c7a5338-436b-3b45-b479-511b6fb029d1",
    "recording_id": null,
    "artist": "Foals",
    "artist_ids": [
        "6a65d878-fcd0-42cf-aff9-ca1d636a8bcc"
    ],
    "album": "Holy Fire",
    "release_id": "faa2ca20-d9b1-4ccf-bfe9-fef42feaa221",
    "release_group_id": null,
    "labels": [
        "Transgressive Records"
    ],
    "label_ids": [
        "0682fcd0-7372-4e2d-8503-710abd12883e"
    ],
    "release_date": "2013-02-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Foals started out playing house shows in the Oxford, England area, and soon the group was signed to Transgressive Records, // http://www.foals.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}