Information about plays

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

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

{
    "id": 356586,
    "uri": "https://api.kexp.org/v2/plays/356586/?format=api",
    "airdate": "2019-07-19T19:28:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blame It on Your Love",
    "track_id": "cb9dd922-23e4-4a27-9b78-7cdb2f59edd4",
    "recording_id": null,
    "artist": "Charli XCX",
    "artist_ids": [
        "260b6184-8828-48eb-945c-bc4cb6fc34ca"
    ],
    "album": "Blame It on Your Love",
    "release_id": "0e6b23c4-3ba2-4990-8ba9-0a1ce50702f4",
    "release_group_id": null,
    "labels": [
        "Asylum Records UK"
    ],
    "label_ids": [],
    "release_date": "2019-04-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Collaboration between Lizzo and Charli XCX. New! Charli XCX playing Showbox Fri Oct 4.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}